Html Css Color HEX #42E7AB Shamrock

📋 copy color: '#42E7AB'

red 66 ◦ green 231 ◦ blue 171

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

Shades of Shamrock #42E7AB

Tints of Shamrock #42E7AB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.36%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 14.1%
G = 49.36%
B = 36.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#42E7AB (or 0x42E7AB) is known color: Shamrock. HEX triplet: 42, E7 and AB. RGB value is (66,231,171). Sum of RGB (Red+Green+Blue) = 66+231+171=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E7AB is #BD1854. Grayscale: #AEAEAE. Windows color (decimal): -12392533 or 11265858. OLE color: 11265858.

HSL color Cylindrical-coordinate representation of color #42E7AB: hue angle of 158.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E7AB is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 171 -
CMYK 0.71 0 0.26 0.09
HSL 158.18º 0.77% 0.58% -
HSV(B) 158.18º 0.71% 0.91% -
XYZ 38.17 61.25 48.34 -
YUV 174.83 125.84 50.38 -
System Red Green Blue C M Y K H S L
Decimal 66 231 171 0.71 0 0.26 0.09 158.18 0.77 0.58
Hex 42 E7 AB 47 0 1A 9 9E 4D 3A
Octal 102 347 253 107 0 32 11 236 115 72
Binary 1000010 11100111 10101011 1000111 0 11010 1001 10011110 1001101 111010

Color Harmonies of #42E7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E7AB

Black with #42E7AB

Text Example


Text Example

White with #42E7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,231,171); }

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

background-color css

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

 a { background-color: rgb(66,231,171); }

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

border-color css

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

 span { border-color: rgb(66,231,171); }

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