Html Css Color HEX #018A97 Eastern Blue

📋 copy color: '#018A97'

red 1 ◦ green 138 ◦ blue 151

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

Shades of Eastern Blue #018A97

Tints of Eastern Blue #018A97

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.59%

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

R = 0.34%
G = 47.59%
B = 52.07%

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

#018A97 (or 0x018A97) is known color: Eastern Blue. HEX triplet: 01, 8A and 97. RGB value is (1,138,151). Sum of RGB (Red+Green+Blue) = 1+138+151=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #018A97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A97 is #FE7568. Grayscale: #626262. Windows color (decimal): -16676201 or 9931265. OLE color: 9931265.

HSL color Cylindrical-coordinate representation of color #018A97: hue angle of 185.2º 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 #018A97 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 138 151 -
CMYK 0.99 0.09 0 0.41
HSL 185.2º 0.99% 0.3% -
HSV(B) 185.2º 0.99% 0.59% -
XYZ 14.69 20.42 32.45 -
YUV 98.52 157.61 58.44 -
System Red Green Blue C M Y K H S L
Decimal 1 138 151 0.99 0.09 0 0.41 185.2 0.99 0.3
Hex 1 8A 97 63 9 0 29 B9 63 1E
Octal 1 212 227 143 11 0 51 271 143 36
Binary 1 10001010 10010111 1100011 1001 0 101001 10111001 1100011 11110

Color Harmonies of #018A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A97

Black with #018A97

Text Example


Text Example

White with #018A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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