#CBFAC5

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

Shades of Snowy Mint #CBFAC5

Tints of Snowy Mint #CBFAC5

Color information

#CBFAC5 (or 0xCBFAC5) is unknown color: approx Snowy Mint. HEX triplet: CB, FA and C5. RGB value is (203,250,197). Sum of RGB (Red+Green+Blue) = 203+250+197=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAC5 is #34053A. Grayscale: #E6E6E6. Windows color (decimal): -3409211 or 12974795. OLE color: 12974795.

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

Color convert

RGB203250197-
CMYK0.1900.210.02
HSL113.21º84.13%87.65%-
HSV(B)113.21º21.2%98.04%-
XYZ68.8985.165.62-
YUV229.9109.43108.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 197 (77.34% from 255) = 30.31%
R=31.23%
G=38.46%
B=30.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032501970.1900.210.02113.2184.1387.65
HexCBFAC5130152715458
Octal313372305230252161124130
Binary1100101111111010110001011001101010110111000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAC5; }

 p { color: rgb(203,250,197); }

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

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

 a { background-color: rgb(203,250,197); }

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

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

 span { border-color: rgb(203,250,197); }

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