Html Css Color HEX #CAF8B9 Tea Green

📋 copy color: '#CAF8B9'

red 202 ◦ green 248 ◦ blue 185

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

Shades of Tea Green #CAF8B9

Tints of Tea Green #CAF8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.13%

R = 31.81%
G = 39.06%
B = 29.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#CAF8B9 (or 0xCAF8B9) is known color: Tea Green. HEX triplet: CA, F8 and B9. RGB value is (202,248,185). Sum of RGB (Red+Green+Blue) = 202+248+185=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8B9 is #350746. Grayscale: #E3E3E3. Windows color (decimal): -3475271 or 12187850. OLE color: 12187850.

HSL color Cylindrical-coordinate representation of color #CAF8B9: hue angle of 103.81º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAF8B9 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 185 -
CMYK 0.19 0 0.25 0.03
HSL 103.81º 0.82% 0.85% -
HSV(B) 103.81º 0.25% 0.97% -
XYZ 66.68 83.19 58.44 -
YUV 227.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 202 248 185 0.19 0 0.25 0.03 103.81 0.82 0.85
Hex CA F8 B9 13 0 19 3 68 52 55
Octal 312 370 271 23 0 31 3 150 122 125
Binary 11001010 11111000 10111001 10011 0 11001 11 1101000 1010010 1010101

Color Harmonies of #CAF8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8B9

Black with #CAF8B9

Text Example


Text Example

White with #CAF8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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