Html Css Color HEX #CAF9BB Tea Green

📋 copy color: '#CAF9BB'

red 202 ◦ green 249 ◦ blue 187

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

Shades of Tea Green #CAF9BB

Tints of Tea Green #CAF9BB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.03%

 BLUE value IS 187 (73.44% from 255) = 29.31%

R = 31.66%
G = 39.03%
B = 29.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#CAF9BB (or 0xCAF9BB) is known color: Tea Green. HEX triplet: CA, F9 and BB. RGB value is (202,249,187). Sum of RGB (Red+Green+Blue) = 202+249+187=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9BB is #350644. Grayscale: #E4E4E4. Windows color (decimal): -3475013 or 12319178. OLE color: 12319178.

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

Color convert

RGB 202 249 187 -
CMYK 0.19 0 0.25 0.02
HSL 105.48º 0.84% 0.85% -
HSV(B) 105.48º 0.25% 0.98% -
XYZ 67.2 83.9 59.67 -
YUV 227.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 202 249 187 0.19 0 0.25 0.02 105.48 0.84 0.85
Hex CA F9 BB 13 0 19 2 69 54 55
Octal 312 371 273 23 0 31 2 151 124 125
Binary 11001010 11111001 10111011 10011 0 11001 10 1101001 1010100 1010101

Color Harmonies of #CAF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9BB

Black with #CAF9BB

Text Example


Text Example

White with #CAF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9BB; }

 p { color: rgb(202,249,187); }

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

background-color css

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

 a { background-color: rgb(202,249,187); }

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

border-color css

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

 span { border-color: rgb(202,249,187); }

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