Html Css Color HEX #42E0AE Shamrock

📋 copy color: '#42E0AE'

red 66 ◦ green 224 ◦ blue 174

#42E0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #42E0AE

Tints of Shamrock #42E0AE

RGB

 RED value IS 66 (26.17% from 255) = 14.22%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 14.22%
G = 48.28%
B = 37.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#42E0AE (or 0x42E0AE) is known color: Shamrock. HEX triplet: 42, E0 and AE. RGB value is (66,224,174). Sum of RGB (Red+Green+Blue) = 66+224+174=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E0AE is #BD1F51. Grayscale: #ABABAB. Windows color (decimal): -12394322 or 11460674. OLE color: 11460674.

HSL color Cylindrical-coordinate representation of color #42E0AE: hue angle of 161.01º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E0AE is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 174 -
CMYK 0.71 0 0.22 0.12
HSL 161.01º 0.72% 0.57% -
HSV(B) 161.01º 0.71% 0.88% -
XYZ 36.54 57.53 49.22 -
YUV 171.06 129.65 53.07 -
System Red Green Blue C M Y K H S L
Decimal 66 224 174 0.71 0 0.22 0.12 161.01 0.72 0.57
Hex 42 E0 AE 47 0 16 C A1 48 39
Octal 102 340 256 107 0 26 14 241 110 71
Binary 1000010 11100000 10101110 1000111 0 10110 1100 10100001 1001000 111001

Color Harmonies of #42E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E0AE

Black with #42E0AE

Text Example


Text Example

White with #42E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42E0AE; }

 p { color: rgb(66,224,174); }

 H1.HeaderClassName
 {
   color: #42E0AE;
 }
 .AnyTagClassName
 {
   color: #42E0AE;
 }
</style>

background-color css

<style>
 a { background-color: #42E0AE; }

 a { background-color: rgb(66,224,174); }

 div.DivClassName
 {
   background-color: #42E0AE;
 }
 .BgClassName
 {
   background-color: #42E0AE;
 }
</style>

border-color css

<style>
 span { border-color: #42E0AE; }

 span { border-color: rgb(66,224,174); }

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