#C0DABF

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

Shades of Sea Mist #C0DABF

Tints of Sea Mist #C0DABF

Color information

#C0DABF (or 0xC0DABF) is unknown color: approx Sea Mist. HEX triplet: C0, DA and BF. RGB value is (192,218,191). Sum of RGB (Red+Green+Blue) = 192+218+191=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DABF is #3F2540. Grayscale: #CFCFCF. Windows color (decimal): -4138305 or 12573376. OLE color: 12573376.

HSL color Cylindrical-coordinate representation of color #C0DABF: hue angle of 117.78º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DABF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB192218191-
CMYK0.1200.120.15
HSL117.78º26.73%80.2%-
HSV(B)117.78º12.39%85.49%-
XYZ56.2165.1158.9-
YUV207.15118.89117.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 191 (75% from 255) = 31.78%
R=31.95%
G=36.27%
B=31.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181910.1200.120.15117.7826.7380.2
HexC0DABFC0CF761b50
Octal300332277140141716633120
Binary11000000110110101011111111000110011111110110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DABF; }

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

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

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

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

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

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

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

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