#caf7bc

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

Shades of Tea Green #CAF7BC

Tints of Tea Green #CAF7BC

Color information

#CAF7BC (or 0xCAF7BC) is unknown color: approx Tea Green. HEX triplet: CA, F7 and BC. RGB value is (202,247,188). Sum of RGB (Red+Green+Blue) = 202+247+188=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7BC is #350843. Grayscale: #E3E3E3. Windows color (decimal): -3475524 or 12384202. OLE color: 12384202.

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

Color convert

RGB202247188-
CMYK0.1800.240.03
HSL105.76º78.67%85.29%-
HSV(B)105.76º23.89%96.86%-
XYZ66.6982.7160.03-
YUV226.82106.09110.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 247 (96.88% from 255) = 38.78%
BLUE value IS 188 (73.83% from 255) = 29.51%
R=31.71%
G=38.78%
B=29.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471880.1800.240.03105.7678.6785.29
HexCAF7BC1201836a4f55
Octal312367274220303152117125
Binary1100101011110111101111001001001100011110101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caf7bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caf7bc; }

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

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

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

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

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

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

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

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