Html Css Color HEX #187D96 Eastern Blue

📋 copy color: '#187D96'

red 24 ◦ green 125 ◦ blue 150

#187D96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #187D96

Tints of Eastern Blue #187D96

RGB

 RED value IS 24 (9.77% from 255) = 8.03%

 GREEN value IS 125 (49.22% from 255) = 41.81%

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 8.03%
G = 41.81%
B = 50.17%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#187D96 (or 0x187D96) is known color: Eastern Blue. HEX triplet: 18, 7D and 96. RGB value is (24,125,150). Sum of RGB (Red+Green+Blue) = 24+125+150=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #187D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D96 is #E78269. Grayscale: #616161. Windows color (decimal): -15172202 or 9862424. OLE color: 9862424.

HSL color Cylindrical-coordinate representation of color #187D96: hue angle of 191.9º 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 #187D96 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 125 150 -
CMYK 0.84 0.17 0 0.41
HSL 191.9º 0.72% 0.34% -
HSV(B) 191.9º 0.84% 0.59% -
XYZ 13.22 17.06 31.45 -
YUV 97.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 24 125 150 0.84 0.17 0 0.41 191.9 0.72 0.34
Hex 18 7D 96 54 11 0 29 C0 48 22
Octal 30 175 226 124 21 0 51 300 110 42
Binary 11000 1111101 10010110 1010100 10001 0 101001 11000000 1001000 100010

Color Harmonies of #187D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D96

Black with #187D96

Text Example


Text Example

White with #187D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #187D96;
 }
 .AnyTagClassName
 {
   color: #187D96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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