Html Css Color HEX #18899F Eastern Blue

📋 copy color: '#18899F'

red 24 ◦ green 137 ◦ blue 159

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

Shades of Eastern Blue #18899F

Tints of Eastern Blue #18899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 7.5%
G = 42.81%
B = 49.69%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18899F (or 0x18899F) is known color: Eastern Blue. HEX triplet: 18, 89 and 9F. RGB value is (24,137,159). Sum of RGB (Red+Green+Blue) = 24+137+159=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #18899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18899F is #E77660. Grayscale: #696969. Windows color (decimal): -15169121 or 10455320. OLE color: 10455320.

HSL color Cylindrical-coordinate representation of color #18899F: hue angle of 189.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18899F is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 137 159 -
CMYK 0.85 0.14 0 0.38
HSL 189.78º 0.74% 0.36% -
HSV(B) 189.78º 0.85% 0.62% -
XYZ 15.58 20.59 35.95 -
YUV 105.72 158.06 69.71 -
System Red Green Blue C M Y K H S L
Decimal 24 137 159 0.85 0.14 0 0.38 189.78 0.74 0.36
Hex 18 89 9F 55 E 0 26 BE 4A 24
Octal 30 211 237 125 16 0 46 276 112 44
Binary 11000 10001001 10011111 1010101 1110 0 100110 10111110 1001010 100100

Color Harmonies of #18899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18899F

Black with #18899F

Text Example


Text Example

White with #18899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18899F; }

 p { color: rgb(24,137,159); }

 H1.HeaderClassName
 {
   color: #18899F;
 }
 .AnyTagClassName
 {
   color: #18899F;
 }
</style>

background-color css

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

 a { background-color: rgb(24,137,159); }

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

border-color css

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

 span { border-color: rgb(24,137,159); }

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