Html Css Color HEX #CAFEAD Tea Green

📋 copy color: '#CAFEAD'

red 202 ◦ green 254 ◦ blue 173

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

Shades of Tea Green #CAFEAD

Tints of Tea Green #CAFEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.5%

R = 32.11%
G = 40.38%
B = 27.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#CAFEAD (or 0xCAFEAD) is known color: Tea Green. HEX triplet: CA, FE and AD. RGB value is (202,254,173). Sum of RGB (Red+Green+Blue) = 202+254+173=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFEAD is #350152. Grayscale: #E5E5E5. Windows color (decimal): -3473747 or 11402954. OLE color: 11402954.

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

Color convert

RGB 202 254 173 -
CMYK 0.20 0 0.32 0.00
HSL 98.52º 0.98% 0.84% -
HSV(B) 98.52º 0.32% 1% -
XYZ 67.34 86.46 52.67 -
YUV 229.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 202 254 173 0.20 0 0.32 0.00 98.52 0.98 0.84
Hex CA FE AD 14 0 20 0 63 62 54
Octal 312 376 255 24 0 40 0 143 142 124
Binary 11001010 11111110 10101101 10100 0 100000 0 1100011 1100010 1010100

Color Harmonies of #CAFEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEAD

Black with #CAFEAD

Text Example


Text Example

White with #CAFEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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