#18766A

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

Shades of Deep Sea #18766A

Tints of Deep Sea #18766A

Color information

#18766A (or 0x18766A) is unknown color: approx Deep Sea. HEX triplet: 18, 76 and 6A. RGB value is (24,118,106). Sum of RGB (Red+Green+Blue) = 24+118+106=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #18766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18766A is #E78995. Grayscale: #585858. Windows color (decimal): -15174038 or 6977048. OLE color: 6977048.

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

Color convert

RGB24118106-
CMYK0.8000.100.54
HSL172.34º66.2%27.84%-
HSV(B)172.34º79.66%46.27%-
XYZ9.4614.1915.88-
YUV88.53137.8681.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=9.68%
G=47.58%
B=42.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal241181060.8000.100.54172.3466.227.84
Hex18766A500A36ac421c
Octal301661521200126625410234
Binary110001110110110101010100000101011011010101100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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