#18715F

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

Shades of Deep Sea #18715F

Tints of Deep Sea #18715F

Color information

#18715F (or 0x18715F) is unknown color: approx Deep Sea. HEX triplet: 18, 71 and 5F. RGB value is (24,113,95). Sum of RGB (Red+Green+Blue) = 24+113+95=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #18715F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18715F is #E78EA0. Grayscale: #545454. Windows color (decimal): -15175329 or 6254872. OLE color: 6254872.

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

Color convert

RGB2411395-
CMYK0.7900.160.56
HSL167.87º64.96%26.86%-
HSV(B)167.87º78.76%44.31%-
XYZ8.3512.8312.86-
YUV84.34134.0184.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=10.34%
G=48.71%
B=40.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113950.7900.160.56167.8764.9626.86
Hex18715F4F01038a8411b
Octal301611371170207025010133
Binary1100011100011011111100111101000011100010101000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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