Html Css Color HEX #18809A Eastern Blue

📋 copy color: '#18809A'

red 24 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #18809A

Tints of Eastern Blue #18809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 7.84%
G = 41.83%
B = 50.33%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18809A (or 0x18809A) is known color: Eastern Blue. HEX triplet: 18, 80 and 9A. RGB value is (24,128,154). Sum of RGB (Red+Green+Blue) = 24+128+154=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #18809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18809A is #E77F65. Grayscale: #636363. Windows color (decimal): -15171430 or 10125336. OLE color: 10125336.

HSL color Cylindrical-coordinate representation of color #18809A: hue angle of 192º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18809A is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 128 154 -
CMYK 0.84 0.17 0 0.40
HSL 192º 0.73% 0.35% -
HSV(B) 192º 0.84% 0.6% -
XYZ 13.93 17.97 33.31 -
YUV 99.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 24 128 154 0.84 0.17 0 0.40 192 0.73 0.35
Hex 18 80 9A 54 11 0 28 C0 49 23
Octal 30 200 232 124 21 0 50 300 111 43
Binary 11000 10000000 10011010 1010100 10001 0 101000 11000000 1001001 100011

Color Harmonies of #18809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18809A

Black with #18809A

Text Example


Text Example

White with #18809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18809A; }

 p { color: rgb(24,128,154); }

 H1.HeaderClassName
 {
   color: #18809A;
 }
 .AnyTagClassName
 {
   color: #18809A;
 }
</style>

background-color css

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

 a { background-color: rgb(24,128,154); }

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

border-color css

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

 span { border-color: rgb(24,128,154); }

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