#18766D

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

Shades of Deep Sea #18766D

Tints of Deep Sea #18766D

Color information

#18766D (or 0x18766D) is unknown color: approx Deep Sea. HEX triplet: 18, 76 and 6D. RGB value is (24,118,109). Sum of RGB (Red+Green+Blue) = 24+118+109=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #18766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18766D is #E78992. Grayscale: #585858. Windows color (decimal): -15174035 or 7173656. OLE color: 7173656.

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

Color convert

RGB24118109-
CMYK0.8000.080.54
HSL174.26º66.2%27.84%-
HSV(B)174.26º79.66%46.27%-
XYZ9.6214.2616.71-
YUV88.87139.3681.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=9.56%
G=47.01%
B=43.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal241181090.8000.080.54174.2666.227.84
Hex18766D500836ae421c
Octal301661551200106625610234
Binary110001110110110110110100000100011011010101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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