#CBFDC4

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

Shades of Snowy Mint #CBFDC4

Tints of Snowy Mint #CBFDC4

Color information

#CBFDC4 (or 0xCBFDC4) is unknown color: approx Snowy Mint. HEX triplet: CB, FD and C4. RGB value is (203,253,196). Sum of RGB (Red+Green+Blue) = 203+253+196=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDC4 is #34023B. Grayscale: #E7E7E7. Windows color (decimal): -3408444 or 12910027. OLE color: 12910027.

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

Color convert

RGB203253196-
CMYK0.2000.230.01
HSL112.63º93.44%88.04%-
HSV(B)112.63º22.53%99.22%-
XYZ69.7286.9365.33-
YUV231.55107.94107.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=31.13%
G=38.80%
B=30.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032531960.2000.230.01112.6393.4488.04
HexCBFDC4140171715d58
Octal313375304240271161135130
Binary110010111111110111000100101000101111111000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDC4; }

 p { color: rgb(203,253,196); }

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

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

 a { background-color: rgb(203,253,196); }

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

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

 span { border-color: rgb(203,253,196); }

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