Html Css Color HEX #018998 Eastern Blue

📋 copy color: '#018998'

red 1 ◦ green 137 ◦ blue 152

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

Shades of Eastern Blue #018998

Tints of Eastern Blue #018998

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 0.34%
G = 47.24%
B = 52.41%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018998 (or 0x018998) is known color: Eastern Blue. HEX triplet: 01, 89 and 98. RGB value is (1,137,152). Sum of RGB (Red+Green+Blue) = 1+137+152=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #018998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018998 is #FE7667. Grayscale: #616161. Windows color (decimal): -16676456 or 9996545. OLE color: 9996545.

HSL color Cylindrical-coordinate representation of color #018998: hue angle of 185.96º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018998 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 137 152 -
CMYK 0.99 0.10 0 0.40
HSL 185.96º 0.99% 0.3% -
HSV(B) 185.96º 0.99% 0.6% -
XYZ 14.63 20.16 32.83 -
YUV 98.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 1 137 152 0.99 0.10 0 0.40 185.96 0.99 0.3
Hex 1 89 98 63 A 0 28 BA 63 1E
Octal 1 211 230 143 12 0 50 272 143 36
Binary 1 10001001 10011000 1100011 1010 0 101000 10111010 1100011 11110

Color Harmonies of #018998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018998

Black with #018998

Text Example


Text Example

White with #018998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018998; }

 p { color: rgb(1,137,152); }

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

background-color css

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

 a { background-color: rgb(1,137,152); }

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

border-color css

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

 span { border-color: rgb(1,137,152); }

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