#CAF1BE

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

Shades of Tea Green #CAF1BE

Tints of Tea Green #CAF1BE

Color information

#CAF1BE (or 0xCAF1BE) is unknown color: approx Tea Green. HEX triplet: CA, F1 and BE. RGB value is (202,241,190). Sum of RGB (Red+Green+Blue) = 202+241+190=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1BE is #350E41. Grayscale: #DFDFDF. Windows color (decimal): -3477058 or 12513738. OLE color: 12513738.

HSL color Cylindrical-coordinate representation of color #CAF1BE: hue angle of 105.88º degrees, saturation: 0.65, 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 #CAF1BE is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB202241190-
CMYK0.1600.210.05
HSL105.88º64.56%84.51%-
HSV(B)105.88º21.16%94.51%-
XYZ65.1179.1860.57-
YUV223.52109.08112.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=31.91%
G=38.07%
B=30.02%

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
Decimal2022411900.1600.210.05105.8864.5684.51
HexCAF1BE1001556a4155
Octal312361276200255152101125
Binary11001010111100011011111010000010101101110101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1BE; }

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

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

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

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

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

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

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

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