#CBFEC6

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

Shades of Snowy Mint #CBFEC6

Tints of Snowy Mint #CBFEC6

Color information

#CBFEC6 (or 0xCBFEC6) is unknown color: approx Snowy Mint. HEX triplet: CB, FE and C6. RGB value is (203,254,198). Sum of RGB (Red+Green+Blue) = 203+254+198=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC6 is #340139. Grayscale: #E8E8E8. Windows color (decimal): -3408186 or 13041355. OLE color: 13041355.

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

Color convert

RGB203254198-
CMYK0.2000.220.00
HSL114.64º96.55%88.63%-
HSV(B)114.64º22.05%99.61%-
XYZ70.2687.6666.64-
YUV232.37108.6107.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=30.99%
G=38.78%
B=30.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541980.2000.220.00114.6496.5588.63
HexCBFEC6140160736159
Octal313376306240260163141131
Binary110010111111111011000110101000101100111001111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEC6; }

 p { color: rgb(203,254,198); }

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

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

 a { background-color: rgb(203,254,198); }

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

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

 span { border-color: rgb(203,254,198); }

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