#CFF9C5

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

Shades of Snowy Mint #CFF9C5

Tints of Snowy Mint #CFF9C5

Color information

#CFF9C5 (or 0xCFF9C5) is unknown color: approx Snowy Mint. HEX triplet: CF, F9 and C5. RGB value is (207,249,197). Sum of RGB (Red+Green+Blue) = 207+249+197=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9C5 is #30063A. Grayscale: #E6E6E6. Windows color (decimal): -3147323 or 12974543. OLE color: 12974543.

HSL color Cylindrical-coordinate representation of color #CFF9C5: hue angle of 108.46º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF9C5 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB207249197-
CMYK0.1700.210.02
HSL108.46º81.25%87.45%-
HSV(B)108.46º20.88%97.65%-
XYZ69.6985.0565.57-
YUV230.51109.09111.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=31.70%
G=38.13%
B=30.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491970.1700.210.02108.4681.2587.45
HexCFF9C51101526c5157
Octal317371305210252154121127
Binary1100111111111001110001011000101010110110110010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9C5; }

 p { color: rgb(207,249,197); }

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

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

 a { background-color: rgb(207,249,197); }

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

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

 span { border-color: rgb(207,249,197); }

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