#187469

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

Shades of Deep Sea #187469

Tints of Deep Sea #187469

Color information

#187469 (or 0x187469) is unknown color: approx Deep Sea. HEX triplet: 18, 74 and 69. RGB value is (24,116,105). Sum of RGB (Red+Green+Blue) = 24+116+105=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #187469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187469 is #E78B96. Grayscale: #575757. Windows color (decimal): -15174551 or 6911000. OLE color: 6911000.

HSL color Cylindrical-coordinate representation of color #187469: hue angle of 172.83º 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 #187469 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB24116105-
CMYK0.7900.090.55
HSL172.83º65.71%27.45%-
HSV(B)172.83º79.31%45.49%-
XYZ9.1713.715.53-
YUV87.24138.0282.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=9.80%
G=47.35%
B=42.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241161050.7900.090.55172.8365.7127.45
Hex1874694F0937ad421b
Octal301641511170116725510233
Binary110001110100110100110011110100111011110101101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187469; }

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

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

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

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

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

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

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

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