#18775D

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

Shades of Deep Sea #18775D

Tints of Deep Sea #18775D

Color information

#18775D (or 0x18775D) is unknown color: approx Deep Sea. HEX triplet: 18, 77 and 5D. RGB value is (24,119,93). Sum of RGB (Red+Green+Blue) = 24+119+93=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #18775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775D is #E788A2. Grayscale: #575757. Windows color (decimal): -15173795 or 6125336. OLE color: 6125336.

HSL color Cylindrical-coordinate representation of color #18775D: hue angle of 163.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18775D is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB2411993-
CMYK0.8000.220.53
HSL163.58º66.43%28.04%-
HSV(B)163.58º79.83%46.67%-
XYZ8.9514.1812.62-
YUV87.63131.0382.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=10.17%
G=50.42%
B=39.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119930.8000.220.53163.5866.4328.04
Hex18775D5001635a4421c
Octal301671351200266524410234
Binary1100011101111011101101000001011011010110100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18775D; }

 p { color: rgb(24,119,93); }

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

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

 a { background-color: rgb(24,119,93); }

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

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

 span { border-color: rgb(24,119,93); }

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