#CAFEC5

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

Shades of Snowy Mint #CAFEC5

Tints of Snowy Mint #CAFEC5

Color information

#CAFEC5 (or 0xCAFEC5) is unknown color: approx Snowy Mint. HEX triplet: CA, FE and C5. RGB value is (202,254,197). Sum of RGB (Red+Green+Blue) = 202+254+197=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC5 is #35013A. Grayscale: #E8E8E8. Windows color (decimal): -3473723 or 12975818. OLE color: 12975818.

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

Color convert

RGB202254197-
CMYK0.2000.220.00
HSL114.74º96.61%88.43%-
HSV(B)114.74º22.44%99.61%-
XYZ69.8887.4766.02-
YUV231.95108.27106.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=30.93%
G=38.90%
B=30.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541970.2000.220.00114.7496.6188.43
HexCAFEC5140160736158
Octal312376305240260163141130
Binary110010101111111011000101101000101100111001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEC5; }

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

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

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

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

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

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

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

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