#CBFEC5

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

Shades of Snowy Mint #CBFEC5

Tints of Snowy Mint #CBFEC5

Color information

#CBFEC5 (or 0xCBFEC5) is unknown color: approx Snowy Mint. HEX triplet: CB, FE and C5. RGB value is (203,254,197). Sum of RGB (Red+Green+Blue) = 203+254+197=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC5 is #34013A. Grayscale: #E8E8E8. Windows color (decimal): -3408187 or 12975819. OLE color: 12975819.

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

Color convert

RGB203254197-
CMYK0.2000.220.00
HSL113.68º96.61%88.43%-
HSV(B)113.68º22.44%99.61%-
XYZ70.1587.6166.04-
YUV232.25108.1107.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=31.04%
G=38.84%
B=30.12%

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
Decimal2032541970.2000.220.00113.6896.6188.43
HexCBFEC5140160726158
Octal313376305240260162141130
Binary110010111111111011000101101000101100111001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEC5; }

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

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

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

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

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

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

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

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