#18775E

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

Shades of Deep Sea #18775E

Tints of Deep Sea #18775E

Color information

#18775E (or 0x18775E) is unknown color: approx Deep Sea. HEX triplet: 18, 77 and 5E. RGB value is (24,119,94). Sum of RGB (Red+Green+Blue) = 24+119+94=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #18775E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775E is #E788A1. Grayscale: #575757. Windows color (decimal): -15173794 or 6190872. OLE color: 6190872.

HSL color Cylindrical-coordinate representation of color #18775E: hue angle of 164.21º 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 #18775E is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB2411994-
CMYK0.8000.210.53
HSL164.21º66.43%28.04%-
HSV(B)164.21º79.83%46.67%-
XYZ8.9914.212.86-
YUV87.74131.5382.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=10.13%
G=50.21%
B=39.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119940.8000.210.53164.2166.4328.04
Hex18775E5001535a4421c
Octal301671361200256524410234
Binary1100011101111011110101000001010111010110100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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