#18715C

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

Shades of Deep Sea #18715C

Tints of Deep Sea #18715C

Color information

#18715C (or 0x18715C) is unknown color: approx Deep Sea. HEX triplet: 18, 71 and 5C. RGB value is (24,113,92). Sum of RGB (Red+Green+Blue) = 24+113+92=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #18715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18715C is #E78EA3. Grayscale: #535353. Windows color (decimal): -15175332 or 6058264. OLE color: 6058264.

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

Color convert

RGB2411392-
CMYK0.7900.190.56
HSL165.84º64.96%26.86%-
HSV(B)165.84º78.76%44.31%-
XYZ8.2112.7812.16-
YUV84132.5185.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 113 (44.53% from 255) = 49.34%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=10.48%
G=49.34%
B=40.17%

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
Decimal24113920.7900.190.56165.8464.9626.86
Hex18715C4F01338a6411b
Octal301611341170237024610133
Binary1100011100011011100100111101001111100010100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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