#18765C

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

Shades of Deep Sea #18765C

Tints of Deep Sea #18765C

Color information

#18765C (or 0x18765C) is unknown color: approx Deep Sea. HEX triplet: 18, 76 and 5C. RGB value is (24,118,92). Sum of RGB (Red+Green+Blue) = 24+118+92=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #18765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18765C is #E789A3. Grayscale: #565656. Windows color (decimal): -15174052 or 6059544. OLE color: 6059544.

HSL color Cylindrical-coordinate representation of color #18765C: hue angle of 163.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18765C is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB2411892-
CMYK0.8000.220.54
HSL163.4º66.2%27.84%-
HSV(B)163.4º79.66%46.27%-
XYZ8.7913.9212.35-
YUV86.93130.8683.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=10.26%
G=50.43%
B=39.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118920.8000.220.54163.466.227.84
Hex18765C5001636a3421c
Octal301661341200266624310234
Binary1100011101101011100101000001011011011010100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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