#18705C

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

Shades of Deep Sea #18705C

Tints of Deep Sea #18705C

Color information

#18705C (or 0x18705C) is unknown color: approx Deep Sea. HEX triplet: 18, 70 and 5C. RGB value is (24,112,92). Sum of RGB (Red+Green+Blue) = 24+112+92=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #18705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18705C is #E78FA3. Grayscale: #535353. Windows color (decimal): -15175588 or 6058008. OLE color: 6058008.

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

Color convert

RGB2411292-
CMYK0.7900.180.56
HSL166.36º64.71%26.67%-
HSV(B)166.36º78.57%43.92%-
XYZ8.112.5612.12-
YUV83.41132.8585.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=10.53%
G=49.12%
B=40.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24112920.7900.180.56166.3664.7126.67
Hex18705C4F01238a6411b
Octal301601341170227024610133
Binary1100011100001011100100111101001011100010100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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