#CAF5B9

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

Shades of Tea Green #CAF5B9

Tints of Tea Green #CAF5B9

Color information

#CAF5B9 (or 0xCAF5B9) is unknown color: approx Tea Green. HEX triplet: CA, F5 and B9. RGB value is (202,245,185). Sum of RGB (Red+Green+Blue) = 202+245+185=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5B9 is #350A46. Grayscale: #E1E1E1. Windows color (decimal): -3476039 or 12187082. OLE color: 12187082.

HSL color Cylindrical-coordinate representation of color #CAF5B9: hue angle of 103º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF5B9 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB202245185-
CMYK0.1800.240.04
HSL103º75%84.31%-
HSV(B)103º24.49%96.08%-
XYZ65.7781.3658.14-
YUV225.3105.25111.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=31.96%
G=38.77%
B=29.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451850.1800.240.041037584.31
HexCAF5B9120184674b54
Octal312365271220304147113124
Binary11001010111101011011100110010011000100110011110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5B9; }

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

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

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

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

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

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

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

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