#CAF7C6

Color #CAF7C6 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CAF7C6

Tints of Snowy Mint #CAF7C6

Color information

#CAF7C6 (or 0xCAF7C6) is unknown color: approx Snowy Mint. HEX triplet: CA, F7 and C6. RGB value is (202,247,198). Sum of RGB (Red+Green+Blue) = 202+247+198=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7C6 is #350839. Grayscale: #E4E4E4. Windows color (decimal): -3475514 or 13039562. OLE color: 13039562.

HSL color Cylindrical-coordinate representation of color #CAF7C6: hue angle of 115.1º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF7C6 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB202247198-
CMYK0.1800.200.03
HSL115.1º75.38%87.25%-
HSV(B)115.1º19.84%96.86%-
XYZ67.8183.1665.9-
YUV227.96111.09109.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 247 (96.88% from 255) = 38.18%
BLUE value IS 198 (77.73% from 255) = 30.60%
R=31.22%
G=38.18%
B=30.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471980.1800.200.03115.175.3887.25
HexCAF7C6120143734b57
Octal312367306220243163113127
Binary1100101011110111110001101001001010011111001110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7C6; }

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

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

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

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

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

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

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

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