#187468

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

Shades of Deep Sea #187468

Tints of Deep Sea #187468

Color information

#187468 (or 0x187468) is unknown color: approx Deep Sea. HEX triplet: 18, 74 and 68. RGB value is (24,116,104). Sum of RGB (Red+Green+Blue) = 24+116+104=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #187468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187468 is #E78B97. Grayscale: #575757. Windows color (decimal): -15174552 or 6845464. OLE color: 6845464.

HSL color Cylindrical-coordinate representation of color #187468: hue angle of 172.17º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187468 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB24116104-
CMYK0.7900.100.55
HSL172.17º65.71%27.45%-
HSV(B)172.17º79.31%45.49%-
XYZ9.1213.6815.26-
YUV87.12137.5282.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 116 (45.70% from 255) = 47.54%
BLUE value IS 104 (41.02% from 255) = 42.62%
R=9.84%
G=47.54%
B=42.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241161040.7900.100.55172.1765.7127.45
Hex1874684F0A37ac421b
Octal301641501170126725410233
Binary110001110100110100010011110101011011110101100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187468; }

 p { color: rgb(24,116,104); }

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

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

 a { background-color: rgb(24,116,104); }

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

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

 span { border-color: rgb(24,116,104); }

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