#187A96

Color #187A96 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #187A96

Tints of Eastern Blue #187A96

Color information

#187A96 (or 0x187A96) is unknown color: approx Eastern Blue. HEX triplet: 18, 7A and 96. RGB value is (24,122,150). Sum of RGB (Red+Green+Blue) = 24+122+150=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #187A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187A96 is #E78569. Grayscale: #5F5F5F. Windows color (decimal): -15172970 or 9861656. OLE color: 9861656.

HSL color Cylindrical-coordinate representation of color #187A96: hue angle of 193.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187A96 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB24122150-
CMYK0.840.1900.41
HSL193.33º72.41%34.12%-
HSV(B)193.33º84%58.82%-
XYZ12.8416.3231.33-
YUV95.89158.5376.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 150 (58.98% from 255) = 50.68%
R=8.11%
G=41.22%
B=50.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241221500.840.1900.41193.3372.4134.12
Hex187A965413029c14822
Octal301722261242305130111042
Binary110001111010100101101010100100110101001110000011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187A96; }

 p { color: rgb(24,122,150); }

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

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

 a { background-color: rgb(24,122,150); }

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

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

 span { border-color: rgb(24,122,150); }

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