#18765b

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

Shades of Deep Sea #18765B

Tints of Deep Sea #18765B

Color information

#18765B (or 0x18765B) is unknown color: approx Deep Sea. HEX triplet: 18, 76 and 5B. RGB value is (24,118,91). Sum of RGB (Red+Green+Blue) = 24+118+91=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #18765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18765B is #E789A4. Grayscale: #565656. Windows color (decimal): -15174053 or 5994008. OLE color: 5994008.

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

Color convert

RGB2411891-
CMYK0.8000.230.54
HSL162.77º66.2%27.84%-
HSV(B)162.77º79.66%46.27%-
XYZ8.7413.9112.12-
YUV86.82130.3683.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=10.30%
G=50.64%
B=39.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24118910.8000.230.54162.7766.227.84
Hex18765B5001736a3421c
Octal301661331200276624310234
Binary1100011101101011011101000001011111011010100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18765b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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