#CAF1B9

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

Shades of Tea Green #CAF1B9

Tints of Tea Green #CAF1B9

Color information

#CAF1B9 (or 0xCAF1B9) is unknown color: approx Tea Green. HEX triplet: CA, F1 and B9. RGB value is (202,241,185). Sum of RGB (Red+Green+Blue) = 202+241+185=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1B9 is #350E46. Grayscale: #DFDFDF. Windows color (decimal): -3477063 or 12186058. OLE color: 12186058.

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

Color convert

RGB202241185-
CMYK0.1600.230.05
HSL101.79º66.67%83.53%-
HSV(B)101.79º23.24%94.51%-
XYZ64.5778.9757.74-
YUV222.96106.58113.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=32.17%
G=38.38%
B=29.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411850.1600.230.05101.7966.6783.53
HexCAF1B9100175664354
Octal312361271200275146103124
Binary11001010111100011011100110000010111101110011010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1B9; }

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

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

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

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

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

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

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

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