#18715E

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

Shades of Deep Sea #18715E

Tints of Deep Sea #18715E

Color information

#18715E (or 0x18715E) is unknown color: approx Deep Sea. HEX triplet: 18, 71 and 5E. RGB value is (24,113,94). Sum of RGB (Red+Green+Blue) = 24+113+94=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #18715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18715E is #E78EA1. Grayscale: #545454. Windows color (decimal): -15175330 or 6189336. OLE color: 6189336.

HSL color Cylindrical-coordinate representation of color #18715E: hue angle of 167.19º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18715E is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB2411394-
CMYK0.7900.170.56
HSL167.19º64.96%26.86%-
HSV(B)167.19º78.76%44.31%-
XYZ8.312.8112.63-
YUV84.22133.5185.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=10.39%
G=48.92%
B=40.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113940.7900.170.56167.1964.9626.86
Hex18715E4F01138a7411b
Octal301611361170217024710133
Binary1100011100011011110100111101000111100010100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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