#18715B

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

Shades of Deep Sea #18715B

Tints of Deep Sea #18715B

Color information

#18715B (or 0x18715B) is unknown color: approx Deep Sea. HEX triplet: 18, 71 and 5B. RGB value is (24,113,91). Sum of RGB (Red+Green+Blue) = 24+113+91=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #18715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18715B is #E78EA4. Grayscale: #535353. Windows color (decimal): -15175333 or 5992728. OLE color: 5992728.

HSL color Cylindrical-coordinate representation of color #18715B: hue angle of 165.17º 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 #18715B is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB2411391-
CMYK0.7900.190.56
HSL165.17º64.96%26.86%-
HSV(B)165.17º78.76%44.31%-
XYZ8.1712.7611.93-
YUV83.88132.0185.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 113 (44.53% from 255) = 49.56%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=10.53%
G=49.56%
B=39.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113910.7900.190.56165.1764.9626.86
Hex18715B4F01338a5411b
Octal301611331170237024510133
Binary1100011100011011011100111101001111100010100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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