Html Css Color HEX #018E97 Eastern Blue

📋 copy color: '#018E97'

red 1 ◦ green 142 ◦ blue 151

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

Shades of Eastern Blue #018E97

Tints of Eastern Blue #018E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.3%

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

R = 0.34%
G = 48.3%
B = 51.36%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018E97 (or 0x018E97) is known color: Eastern Blue. HEX triplet: 01, 8E and 97. RGB value is (1,142,151). Sum of RGB (Red+Green+Blue) = 1+142+151=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #018E97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E97 is #FE7168. Grayscale: #646464. Windows color (decimal): -16675177 or 9932289. OLE color: 9932289.

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

Color convert

RGB 1 142 151 -
CMYK 0.99 0.06 0 0.41
HSL 183.6º 0.99% 0.3% -
HSV(B) 183.6º 0.99% 0.59% -
XYZ 15.27 21.59 32.64 -
YUV 100.87 156.29 56.77 -
System Red Green Blue C M Y K H S L
Decimal 1 142 151 0.99 0.06 0 0.41 183.6 0.99 0.3
Hex 1 8E 97 63 6 0 29 B8 63 1E
Octal 1 216 227 143 6 0 51 270 143 36
Binary 1 10001110 10010111 1100011 110 0 101001 10111000 1100011 11110

Color Harmonies of #018E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E97

Black with #018E97

Text Example


Text Example

White with #018E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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