#CAF1BF

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

Shades of Tea Green #CAF1BF

Tints of Tea Green #CAF1BF

Color information

#CAF1BF (or 0xCAF1BF) is unknown color: approx Tea Green. HEX triplet: CA, F1 and BF. RGB value is (202,241,191). Sum of RGB (Red+Green+Blue) = 202+241+191=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1BF is #350E40. Grayscale: #DFDFDF. Windows color (decimal): -3477057 or 12579274. OLE color: 12579274.

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

Color convert

RGB202241191-
CMYK0.1600.210.05
HSL106.8º64.1%84.71%-
HSV(B)106.8º20.75%94.51%-
XYZ65.2279.2361.15-
YUV223.64109.58112.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 191 (75% from 255) = 30.13%
R=31.86%
G=38.01%
B=30.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411910.1600.210.05106.864.184.71
HexCAF1BF1001556b4055
Octal312361277200255153100125
Binary11001010111100011011111110000010101101110101110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1BF; }

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

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

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

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

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

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

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

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