Html Css Color HEX #018997 Eastern Blue

📋 copy color: '#018997'

red 1 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #018997

Tints of Eastern Blue #018997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 0.35%
G = 47.4%
B = 52.25%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018997 (or 0x018997) is known color: Eastern Blue. HEX triplet: 01, 89 and 97. RGB value is (1,137,151). Sum of RGB (Red+Green+Blue) = 1+137+151=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #018997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018997 is #FE7668. Grayscale: #616161. Windows color (decimal): -16676457 or 9931009. OLE color: 9931009.

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

Color convert

RGB 1 137 151 -
CMYK 0.99 0.09 0 0.41
HSL 185.6º 0.99% 0.3% -
HSV(B) 185.6º 0.99% 0.59% -
XYZ 14.54 20.13 32.4 -
YUV 97.93 157.94 58.86 -
System Red Green Blue C M Y K H S L
Decimal 1 137 151 0.99 0.09 0 0.41 185.6 0.99 0.3
Hex 1 89 97 63 9 0 29 BA 63 1E
Octal 1 211 227 143 11 0 51 272 143 36
Binary 1 10001001 10010111 1100011 1001 0 101001 10111010 1100011 11110

Color Harmonies of #018997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018997

Black with #018997

Text Example


Text Example

White with #018997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018997; }

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

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

background-color css

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

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

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

border-color css

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

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

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