#18725F

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

Shades of Deep Sea #18725F

Tints of Deep Sea #18725F

Color information

#18725F (or 0x18725F) is unknown color: approx Deep Sea. HEX triplet: 18, 72 and 5F. RGB value is (24,114,95). Sum of RGB (Red+Green+Blue) = 24+114+95=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #18725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18725F is #E78DA0. Grayscale: #545454. Windows color (decimal): -15175073 or 6255128. OLE color: 6255128.

HSL color Cylindrical-coordinate representation of color #18725F: hue angle of 167.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18725F is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB2411495-
CMYK0.7900.170.55
HSL167.33º65.22%27.06%-
HSV(B)167.33º78.95%44.71%-
XYZ8.4613.0612.9-
YUV84.92133.6884.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=10.30%
G=48.93%
B=40.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114950.7900.170.55167.3365.2227.06
Hex18725F4F01137a7411b
Octal301621371170216724710133
Binary1100011100101011111100111101000111011110100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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