#38e1ad

Color #38E1AD Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38E1AD

Tints of Shamrock #38E1AD

Color information

#38E1AD (or 0x38E1AD) is unknown color: approx Shamrock. HEX triplet: 38, E1 and AD. RGB value is (56,225,173). Sum of RGB (Red+Green+Blue) = 56+225+173=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #38E1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38E1AD is #C71E52. Grayscale: #A8A8A8. Windows color (decimal): -13049427 or 11395384. OLE color: 11395384.

HSL color Cylindrical-coordinate representation of color #38E1AD: hue angle of 161.54º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E1AD is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB56225173-
CMYK0.7500.230.12
HSL161.54º73.8%55.1%-
HSV(B)161.54º75.11%88.24%-
XYZ36.157.7148.77-
YUV168.54130.5147.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 225 (88.28% from 255) = 49.56%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=12.33%
G=49.56%
B=38.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal562251730.7500.230.12161.5473.855.1
Hex38E1AD4B017Ca24a37
Octal703412551130271424211267
Binary111000111000011010110110010110101111100101000101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38e1ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38e1ad; }

 p { color: rgb(56,225,173); }

 H1.HeaderClassName
 {
   color: #38e1ad;
 }
 .AnyTagClassName
 {
   color: #38e1ad;
 }
</style>
background-color css

<style>
 a { background-color: #38e1ad; }

 a { background-color: rgb(56,225,173); }

 div.DivClassName
 {
   background-color: #38e1ad;
 }
 .BgClassName
 {
   background-color: #38e1ad;
 }
</style>
border-color css

<style>
 span { border-color: #38e1ad; }

 span { border-color: rgb(56,225,173); }

 td.TdClassName
 {
   border-color: #38e1ad;
 }
 .TagClassName
 {
   border-color: #38e1ad;
 }
</style>