#C0D7BF

Color #C0D7BF Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #C0D7BF

Tints of Sea Mist #C0D7BF

Color information

#C0D7BF (or 0xC0D7BF) is unknown color: approx Sea Mist. HEX triplet: C0, D7 and BF. RGB value is (192,215,191). Sum of RGB (Red+Green+Blue) = 192+215+191=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D7BF is #3F2840. Grayscale: #CDCDCD. Windows color (decimal): -4139073 or 12572608. OLE color: 12572608.

HSL color Cylindrical-coordinate representation of color #C0D7BF: hue angle of 117.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D7BF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB192215191-
CMYK0.1100.110.16
HSL117.5º23.08%79.61%-
HSV(B)117.5º11.16%84.31%-
XYZ55.4463.5758.64-
YUV205.39119.88118.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 191 (75% from 255) = 31.94%
R=32.11%
G=35.95%
B=31.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151910.1100.110.16117.523.0879.61
HexC0D7BFB0B10751750
Octal300327277130132016527120
Binary110000001101011110111111101101011100001110101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D7BF; }

 p { color: rgb(192,215,191); }

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

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

 a { background-color: rgb(192,215,191); }

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

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

 span { border-color: rgb(192,215,191); }

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