Html Css Color HEX #CAF2B9 Tea Green

📋 copy color: '#CAF2B9'

red 202 ◦ green 242 ◦ blue 185

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

Shades of Tea Green #CAF2B9

Tints of Tea Green #CAF2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.47%

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

R = 32.11%
G = 38.47%
B = 29.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#CAF2B9 (or 0xCAF2B9) is known color: Tea Green. HEX triplet: CA, F2 and B9. RGB value is (202,242,185). Sum of RGB (Red+Green+Blue) = 202+242+185=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2B9 is #350D46. Grayscale: #DFDFDF. Windows color (decimal): -3476807 or 12186314. OLE color: 12186314.

HSL color Cylindrical-coordinate representation of color #CAF2B9: hue angle of 102.11º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF2B9 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 185 -
CMYK 0.17 0 0.24 0.05
HSL 102.11º 0.69% 0.84% -
HSV(B) 102.11º 0.24% 0.95% -
XYZ 64.87 79.56 57.84 -
YUV 223.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 202 242 185 0.17 0 0.24 0.05 102.11 0.69 0.84
Hex CA F2 B9 11 0 18 5 66 45 54
Octal 312 362 271 21 0 30 5 146 105 124
Binary 11001010 11110010 10111001 10001 0 11000 101 1100110 1000101 1010100

Color Harmonies of #CAF2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2B9

Black with #CAF2B9

Text Example


Text Example

White with #CAF2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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