Html Css Color HEX #CAFFB0 Tea Green

📋 copy color: '#CAFFB0'

red 202 ◦ green 255 ◦ blue 176

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

Shades of Tea Green #CAFFB0

Tints of Tea Green #CAFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 31.91%
G = 40.28%
B = 27.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#CAFFB0 (or 0xCAFFB0) is known color: Tea Green. HEX triplet: CA, FF and B0. RGB value is (202,255,176). Sum of RGB (Red+Green+Blue) = 202+255+176=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 176 (69.14% from 255 or 27.80% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFB0 is #35004F. Grayscale: #E6E6E6. Windows color (decimal): -3473488 or 11599818. OLE color: 11599818.

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

Color convert

RGB 202 255 176 -
CMYK 0.21 0 0.31 0
HSL 100.25º 1% 0.85% -
HSV(B) 100.25º 0.31% 1% -
XYZ 67.95 87.21 54.33 -
YUV 230.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 202 255 176 0.21 0 0.31 0 100.25 1 0.85
Hex CA FF B0 15 0 1F 0 64 64 55
Octal 312 377 260 25 0 37 0 144 144 125
Binary 11001010 11111111 10110000 10101 0 11111 0 1100100 1100100 1010101

Color Harmonies of #CAFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFB0

Black with #CAFFB0

Text Example


Text Example

White with #CAFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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