Html Css Color HEX #CAFEB0 Tea Green

📋 copy color: '#CAFEB0'

red 202 ◦ green 254 ◦ blue 176

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

Shades of Tea Green #CAFEB0

Tints of Tea Green #CAFEB0

RGB

 RED value IS 202 (79.3% from 255) = 31.96%

 GREEN value IS 254 (99.61% from 255) = 40.19%

 BLUE value IS 176 (69.14% from 255) = 27.85%

R = 31.96%
G = 40.19%
B = 27.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#CAFEB0 (or 0xCAFEB0) is known color: Tea Green. HEX triplet: CA, FE and B0. RGB value is (202,254,176). Sum of RGB (Red+Green+Blue) = 202+254+176=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEB0 is #35014F. Grayscale: #E5E5E5. Windows color (decimal): -3473744 or 11599562. OLE color: 11599562.

HSL color Cylindrical-coordinate representation of color #CAFEB0: hue angle of 100º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAFEB0 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 176 -
CMYK 0.20 0 0.31 0.00
HSL 100º 0.98% 0.84% -
HSV(B) 100º 0.31% 1% -
XYZ 67.64 86.57 54.22 -
YUV 229.56 97.77 108.34 -
System Red Green Blue C M Y K H S L
Decimal 202 254 176 0.20 0 0.31 0.00 100 0.98 0.84
Hex CA FE B0 14 0 1F 0 64 62 54
Octal 312 376 260 24 0 37 0 144 142 124
Binary 11001010 11111110 10110000 10100 0 11111 0 1100100 1100010 1010100

Color Harmonies of #CAFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEB0

Black with #CAFEB0

Text Example


Text Example

White with #CAFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEB0; }

 p { color: rgb(202,254,176); }

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

background-color css

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

 a { background-color: rgb(202,254,176); }

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

border-color css

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

 span { border-color: rgb(202,254,176); }

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