#CBF2C7

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

Shades of Snowy Mint #CBF2C7

Tints of Snowy Mint #CBF2C7

Color information

#CBF2C7 (or 0xCBF2C7) is unknown color: approx Snowy Mint. HEX triplet: CB, F2 and C7. RGB value is (203,242,199). Sum of RGB (Red+Green+Blue) = 203+242+199=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2C7 is #340D38. Grayscale: #E1E1E1. Windows color (decimal): -3411257 or 13103819. OLE color: 13103819.

HSL color Cylindrical-coordinate representation of color #CBF2C7: hue angle of 114.42º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF2C7 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB203242199-
CMYK0.1600.180.05
HSL114.42º62.32%86.47%-
HSV(B)114.42º17.77%94.9%-
XYZ66.6980.3266.02-
YUV225.44113.08112-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 199 (78.12% from 255) = 30.90%
R=31.52%
G=37.58%
B=30.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421990.1600.180.05114.4262.3286.47
HexCBF2C7100125723e56
Octal31336230720022516276126
Binary1100101111110010110001111000001001010111100101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2C7; }

 p { color: rgb(203,242,199); }

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

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

 a { background-color: rgb(203,242,199); }

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

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

 span { border-color: rgb(203,242,199); }

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