#CBFCC5

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

Shades of Snowy Mint #CBFCC5

Tints of Snowy Mint #CBFCC5

Color information

#CBFCC5 (or 0xCBFCC5) is unknown color: approx Snowy Mint. HEX triplet: CB, FC and C5. RGB value is (203,252,197). Sum of RGB (Red+Green+Blue) = 203+252+197=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC5 is #34033A. Grayscale: #E7E7E7. Windows color (decimal): -3408699 or 12975307. OLE color: 12975307.

HSL color Cylindrical-coordinate representation of color #CBFCC5: hue angle of 113.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBFCC5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB203252197-
CMYK0.1900.220.01
HSL113.45º90.16%88.04%-
HSV(B)113.45º21.83%98.82%-
XYZ69.5286.3565.83-
YUV231.08108.77107.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 197 (77.34% from 255) = 30.21%
R=31.13%
G=38.65%
B=30.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032521970.1900.220.01113.4590.1688.04
HexCBFCC5130161715a58
Octal313374305230261161132130
Binary110010111111110011000101100110101101111000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCC5; }

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

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

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

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

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

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

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

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