#CAFEC4

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

Shades of Snowy Mint #CAFEC4

Tints of Snowy Mint #CAFEC4

Color information

#CAFEC4 (or 0xCAFEC4) is unknown color: approx Snowy Mint. HEX triplet: CA, FE and C4. RGB value is (202,254,196). Sum of RGB (Red+Green+Blue) = 202+254+196=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEC4 is #35013B. Grayscale: #E8E8E8. Windows color (decimal): -3473724 or 12910282. OLE color: 12910282.

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

Color convert

RGB202254196-
CMYK0.2000.230.00
HSL113.79º96.67%88.24%-
HSV(B)113.79º22.83%99.61%-
XYZ69.7687.4365.42-
YUV231.84107.77106.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=30.98%
G=38.96%
B=30.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541960.2000.230.00113.7996.6788.24
HexCAFEC4140170726158
Octal312376304240270162141130
Binary110010101111111011000100101000101110111001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEC4; }

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

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

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

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

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

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

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

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