#18715A

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

Shades of Deep Sea #18715A

Tints of Deep Sea #18715A

Color information

#18715A (or 0x18715A) is unknown color: approx Deep Sea. HEX triplet: 18, 71 and 5A. RGB value is (24,113,90). Sum of RGB (Red+Green+Blue) = 24+113+90=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #18715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18715A is #E78EA5. Grayscale: #535353. Windows color (decimal): -15175334 or 5927192. OLE color: 5927192.

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

Color convert

RGB2411390-
CMYK0.7900.200.56
HSL164.49º64.96%26.86%-
HSV(B)164.49º78.76%44.31%-
XYZ8.1312.7411.7-
YUV83.77131.5185.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=10.57%
G=49.78%
B=39.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113900.7900.200.56164.4964.9626.86
Hex18715A4F01438a4411b
Octal301611321170247024410133
Binary1100011100011011010100111101010011100010100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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