#CAFFC6

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

Shades of Snowy Mint #CAFFC6

Tints of Snowy Mint #CAFFC6

Color information

#CAFFC6 (or 0xCAFFC6) is unknown color: approx Snowy Mint. HEX triplet: CA, FF and C6. RGB value is (202,255,198). Sum of RGB (Red+Green+Blue) = 202+255+198=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC6 is #350039. Grayscale: #E8E8E8. Windows color (decimal): -3473466 or 13041610. OLE color: 13041610.

HSL color Cylindrical-coordinate representation of color #CAFFC6: hue angle of 115.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFFC6 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB202255198-
CMYK0.2100.220
HSL115.79º100%88.82%-
HSV(B)115.79º22.35%100%-
XYZ70.3188.1566.74-
YUV232.66108.44106.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=30.84%
G=38.93%
B=30.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551980.2100.220115.7910088.82
HexCAFFC6150160746459
Octal312377306250260164144131
Binary110010101111111111000110101010101100111010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFC6; }

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

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

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

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

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

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

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

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