#CAF7B5

Color #CAF7B5 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CAF7B5

Tints of Tea Green #CAF7B5

Color information

#CAF7B5 (or 0xCAF7B5) is unknown color: approx Tea Green. HEX triplet: CA, F7 and B5. RGB value is (202,247,181). Sum of RGB (Red+Green+Blue) = 202+247+181=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7B5 is #35084A. Grayscale: #E2E2E2. Windows color (decimal): -3475531 or 11925450. OLE color: 11925450.

HSL color Cylindrical-coordinate representation of color #CAF7B5: hue angle of 100.91º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF7B5 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB202247181-
CMYK0.1800.270.03
HSL100.91º80.49%83.92%-
HSV(B)100.91º26.72%96.86%-
XYZ65.9682.4156.15-
YUV226.02102.59110.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 247 (96.88% from 255) = 39.21%
BLUE value IS 181 (71.09% from 255) = 28.73%
R=32.06%
G=39.21%
B=28.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471810.1800.270.03100.9180.4983.92
HexCAF7B51201B3655054
Octal312367265220333145120124
Binary1100101011110111101101011001001101111110010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7B5; }

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

 H1.HeaderClassName
 {
   color: #CAF7B5;
 }
 .AnyTagClassName
 {
   color: #CAF7B5;
 }
</style>
background-color css

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

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

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

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

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

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