#CAFFC5

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

Shades of Snowy Mint #CAFFC5

Tints of Snowy Mint #CAFFC5

Color information

#CAFFC5 (or 0xCAFFC5) is unknown color: approx Snowy Mint. HEX triplet: CA, FF and C5. RGB value is (202,255,197). Sum of RGB (Red+Green+Blue) = 202+255+197=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC5 is #35003A. Grayscale: #E8E8E8. Windows color (decimal): -3473467 or 12976074. OLE color: 12976074.

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

Color convert

RGB202255197-
CMYK0.2100.230
HSL114.83º100%88.63%-
HSV(B)114.83º22.75%100%-
XYZ70.288.1166.13-
YUV232.54107.94106.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=30.89%
G=38.99%
B=30.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551970.2100.230114.8310088.63
HexCAFFC5150170736459
Octal312377305250270163144131
Binary110010101111111111000101101010101110111001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFC5; }

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

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

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

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

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

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

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

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