#18765A

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

Shades of Deep Sea #18765A

Tints of Deep Sea #18765A

Color information

#18765A (or 0x18765A) is unknown color: approx Deep Sea. HEX triplet: 18, 76 and 5A. RGB value is (24,118,90). Sum of RGB (Red+Green+Blue) = 24+118+90=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #18765A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18765A is #E789A5. Grayscale: #565656. Windows color (decimal): -15174054 or 5928472. OLE color: 5928472.

HSL color Cylindrical-coordinate representation of color #18765A: hue angle of 162.13º 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 #18765A is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB2411890-
CMYK0.8000.240.54
HSL162.13º66.2%27.84%-
HSV(B)162.13º79.66%46.27%-
XYZ8.713.8911.9-
YUV86.7129.8683.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=10.34%
G=50.86%
B=38.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118900.8000.240.54162.1366.227.84
Hex18765A5001836a2421c
Octal301661321200306624210234
Binary1100011101101011010101000001100011011010100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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