Html Css Color HEX #CAF8AD Tea Green

📋 copy color: '#CAF8AD'

red 202 ◦ green 248 ◦ blue 173

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

Shades of Tea Green #CAF8AD

Tints of Tea Green #CAF8AD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.81%

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

R = 32.42%
G = 39.81%
B = 27.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#CAF8AD (or 0xCAF8AD) is known color: Tea Green. HEX triplet: CA, F8 and AD. RGB value is (202,248,173). Sum of RGB (Red+Green+Blue) = 202+248+173=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF8AD is #350752. Grayscale: #E1E1E1. Windows color (decimal): -3475283 or 11401418. OLE color: 11401418.

HSL color Cylindrical-coordinate representation of color #CAF8AD: hue angle of 96.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAF8AD is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 173 -
CMYK 0.19 0 0.30 0.03
HSL 96.8º 0.84% 0.83% -
HSV(B) 96.8º 0.3% 0.97% -
XYZ 65.47 82.71 52.05 -
YUV 225.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 202 248 173 0.19 0 0.30 0.03 96.8 0.84 0.83
Hex CA F8 AD 13 0 1E 3 61 54 53
Octal 312 370 255 23 0 36 3 141 124 123
Binary 11001010 11111000 10101101 10011 0 11110 11 1100001 1010100 1010011

Color Harmonies of #CAF8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8AD

Black with #CAF8AD

Text Example


Text Example

White with #CAF8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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