#C0E0BF

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

Shades of Sea Mist #C0E0BF

Tints of Sea Mist #C0E0BF

Color information

#C0E0BF (or 0xC0E0BF) is unknown color: approx Sea Mist. HEX triplet: C0, E0 and BF. RGB value is (192,224,191). Sum of RGB (Red+Green+Blue) = 192+224+191=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0BF is #3F1F40. Grayscale: #D2D2D2. Windows color (decimal): -4136769 or 12574912. OLE color: 12574912.

HSL color Cylindrical-coordinate representation of color #C0E0BF: hue angle of 118.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E0BF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB192224191-
CMYK0.1400.150.12
HSL118.18º34.74%81.37%-
HSV(B)118.18º14.73%87.84%-
XYZ57.868.2859.42-
YUV210.67116.9114.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 191 (75% from 255) = 31.47%
R=31.63%
G=36.90%
B=31.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922241910.1400.150.12118.1834.7481.37
HexC0E0BFE0FC762351
Octal300340277160171416643121
Binary110000001110000010111111111001111110011101101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0BF; }

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

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

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

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

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

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

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

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