#C0DEBF

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

Shades of Sea Mist #C0DEBF

Tints of Sea Mist #C0DEBF

Color information

#C0DEBF (or 0xC0DEBF) is unknown color: approx Sea Mist. HEX triplet: C0, DE and BF. RGB value is (192,222,191). Sum of RGB (Red+Green+Blue) = 192+222+191=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEBF is #3F2140. Grayscale: #D1D1D1. Windows color (decimal): -4137281 or 12574400. OLE color: 12574400.

HSL color Cylindrical-coordinate representation of color #C0DEBF: hue angle of 118.06º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DEBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB192222191-
CMYK0.1400.140.13
HSL118.06º31.96%80.98%-
HSV(B)118.06º13.96%87.06%-
XYZ57.2667.2159.25-
YUV209.5117.56115.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 191 (75% from 255) = 31.57%
R=31.74%
G=36.69%
B=31.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922221910.1400.140.13118.0631.9680.98
HexC0DEBFE0ED762051
Octal300336277160161516640121
Binary110000001101111010111111111001110110111101101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEBF; }

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

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

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

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

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

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

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

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