Html Css Color HEX #CAF7BA Tea Green

📋 copy color: '#CAF7BA'

red 202 ◦ green 247 ◦ blue 186

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

Shades of Tea Green #CAF7BA

Tints of Tea Green #CAF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.9%

 BLUE value IS 186 (73.05% from 255) = 29.29%

R = 31.81%
G = 38.9%
B = 29.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#CAF7BA (or 0xCAF7BA) is known color: Tea Green. HEX triplet: CA, F7 and BA. RGB value is (202,247,186). Sum of RGB (Red+Green+Blue) = 202+247+186=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7BA is #350845. Grayscale: #E2E2E2. Windows color (decimal): -3475526 or 12253130. OLE color: 12253130.

HSL color Cylindrical-coordinate representation of color #CAF7BA: hue angle of 104.26º degrees, saturation: 0.79, 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 #CAF7BA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 186 -
CMYK 0.18 0 0.25 0.03
HSL 104.26º 0.79% 0.85% -
HSV(B) 104.26º 0.25% 0.97% -
XYZ 66.48 82.62 58.9 -
YUV 226.59 105.09 110.46 -
System Red Green Blue C M Y K H S L
Decimal 202 247 186 0.18 0 0.25 0.03 104.26 0.79 0.85
Hex CA F7 BA 12 0 19 3 68 4F 55
Octal 312 367 272 22 0 31 3 150 117 125
Binary 11001010 11110111 10111010 10010 0 11001 11 1101000 1001111 1010101

Color Harmonies of #CAF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF7BA

Black with #CAF7BA

Text Example


Text Example

White with #CAF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF7BA; }

 p { color: rgb(202,247,186); }

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

background-color css

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

 a { background-color: rgb(202,247,186); }

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

border-color css

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

 span { border-color: rgb(202,247,186); }

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