Html Css Color HEX #CAFFAE Tea Green

📋 copy color: '#CAFFAE'

red 202 ◦ green 255 ◦ blue 174

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

Shades of Tea Green #CAFFAE

Tints of Tea Green #CAFFAE

RGB

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

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

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

R = 32.01%
G = 40.41%
B = 27.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#CAFFAE (or 0xCAFFAE) is known color: Tea Green. HEX triplet: CA, FF and AE. RGB value is (202,255,174). Sum of RGB (Red+Green+Blue) = 202+255+174=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFAE is #350051. Grayscale: #E6E6E6. Windows color (decimal): -3473490 or 11468746. OLE color: 11468746.

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

Color convert

RGB 202 255 174 -
CMYK 0.21 0 0.32 0
HSL 99.26º 1% 0.84% -
HSV(B) 99.26º 0.32% 1% -
XYZ 67.76 87.13 53.29 -
YUV 229.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 202 255 174 0.21 0 0.32 0 99.26 1 0.84
Hex CA FF AE 15 0 20 0 63 64 54
Octal 312 377 256 25 0 40 0 143 144 124
Binary 11001010 11111111 10101110 10101 0 100000 0 1100011 1100100 1010100

Color Harmonies of #CAFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFAE

Black with #CAFFAE

Text Example


Text Example

White with #CAFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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