#0E775B

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

Shades of Deep Sea #0E775B

Tints of Deep Sea #0E775B

Color information

#0E775B (or 0x0E775B) is unknown color: approx Deep Sea. HEX triplet: 0E, 77 and 5B. RGB value is (14,119,91). Sum of RGB (Red+Green+Blue) = 14+119+91=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #0E775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E775B is #F188A4. Grayscale: #545454. Windows color (decimal): -15829157 or 5994254. OLE color: 5994254.

HSL color Cylindrical-coordinate representation of color #0E775B: hue angle of 164º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E775B is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1411991-
CMYK0.8800.240.53
HSL164º78.95%26.08%-
HSV(B)164º88.24%46.67%-
XYZ8.6714.0412.15-
YUV84.41131.7177.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.25%
GREEN value IS 119 (46.88% from 255) = 53.12%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=6.25%
G=53.12%
B=40.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119910.8800.240.5316478.9526.08
HexE775B5801835a44f1a
Octal161671331300306524411732
Binary111011101111011011101100001100011010110100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E775B; }

 p { color: rgb(14,119,91); }

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

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

 a { background-color: rgb(14,119,91); }

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

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

 span { border-color: rgb(14,119,91); }

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