#18755C

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

Shades of Deep Sea #18755C

Tints of Deep Sea #18755C

Color information

#18755C (or 0x18755C) is unknown color: approx Deep Sea. HEX triplet: 18, 75 and 5C. RGB value is (24,117,92). Sum of RGB (Red+Green+Blue) = 24+117+92=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #18755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755C is #E78AA3. Grayscale: #565656. Windows color (decimal): -15174308 or 6059288. OLE color: 6059288.

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

Color convert

RGB2411792-
CMYK0.7900.210.54
HSL163.87º65.96%27.65%-
HSV(B)163.87º79.49%45.88%-
XYZ8.6713.6912.31-
YUV86.34131.1983.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=10.30%
G=50.21%
B=39.48%

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
Decimal24117920.7900.210.54163.8765.9627.65
Hex18755C4F01536a4421c
Octal301651341170256624410234
Binary1100011101011011100100111101010111011010100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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