#18755D

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

Shades of Deep Sea #18755D

Tints of Deep Sea #18755D

Color information

#18755D (or 0x18755D) is unknown color: approx Deep Sea. HEX triplet: 18, 75 and 5D. RGB value is (24,117,93). Sum of RGB (Red+Green+Blue) = 24+117+93=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #18755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755D is #E78AA2. Grayscale: #565656. Windows color (decimal): -15174307 or 6124824. OLE color: 6124824.

HSL color Cylindrical-coordinate representation of color #18755D: hue angle of 164.52º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18755D is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB2411793-
CMYK0.7900.210.54
HSL164.52º65.96%27.65%-
HSV(B)164.52º79.49%45.88%-
XYZ8.7113.7112.54-
YUV86.46131.6983.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 117 (46.09% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=10.26%
G=50%
B=39.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117930.7900.210.54164.5265.9627.65
Hex18755D4F01536a5421c
Octal301651351170256624510234
Binary1100011101011011101100111101010111011010100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18755D; }

 p { color: rgb(24,117,93); }

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

<style>
 a { background-color: #18755D; }

 a { background-color: rgb(24,117,93); }

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

<style>
 span { border-color: #18755D; }

 span { border-color: rgb(24,117,93); }

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