#18705B

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

Shades of Deep Sea #18705B

Tints of Deep Sea #18705B

Color information

#18705B (or 0x18705B) is unknown color: approx Deep Sea. HEX triplet: 18, 70 and 5B. RGB value is (24,112,91). Sum of RGB (Red+Green+Blue) = 24+112+91=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #18705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18705B is #E78FA4. Grayscale: #535353. Windows color (decimal): -15175589 or 5992472. OLE color: 5992472.

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

Color convert

RGB2411291-
CMYK0.7900.190.56
HSL165.68º64.71%26.67%-
HSV(B)165.68º78.57%43.92%-
XYZ8.0612.5411.89-
YUV83.29132.3585.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=10.57%
G=49.34%
B=40.09%

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
Decimal24112910.7900.190.56165.6864.7126.67
Hex18705B4F01338a6411b
Octal301601331170237024610133
Binary1100011100001011011100111101001111100010100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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