#CFF2CA

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

Shades of Snowy Mint #CFF2CA

Tints of Snowy Mint #CFF2CA

Color information

#CFF2CA (or 0xCFF2CA) is unknown color: approx Snowy Mint. HEX triplet: CF, F2 and CA. RGB value is (207,242,202). Sum of RGB (Red+Green+Blue) = 207+242+202=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CA is #300D35. Grayscale: #E3E3E3. Windows color (decimal): -3149110 or 13300431. OLE color: 13300431.

HSL color Cylindrical-coordinate representation of color #CFF2CA: hue angle of 112.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF2CA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB207242202-
CMYK0.1400.170.05
HSL112.5º60.61%87.06%-
HSV(B)112.5º16.53%94.9%-
XYZ68.1481.0367.93-
YUV226.98113.9113.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=31.80%
G=37.17%
B=31.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422020.1400.170.05112.560.6187.06
HexCFF2CAE0115703d57
Octal31736231216021516075127
Binary110011111111001011001010111001000110111100001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2CA; }

 p { color: rgb(207,242,202); }

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

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

 a { background-color: rgb(207,242,202); }

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

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

 span { border-color: rgb(207,242,202); }

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