Html Css Color HEX #018D98 Eastern Blue

📋 copy color: '#018D98'

red 1 ◦ green 141 ◦ blue 152

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

Shades of Eastern Blue #018D98

Tints of Eastern Blue #018D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.96%

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

R = 0.34%
G = 47.96%
B = 51.7%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#018D98 (or 0x018D98) is known color: Eastern Blue. HEX triplet: 01, 8D and 98. RGB value is (1,141,152). Sum of RGB (Red+Green+Blue) = 1+141+152=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #018D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018D98 is #FE7267. Grayscale: #646464. Windows color (decimal): -16675432 or 9997569. OLE color: 9997569.

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

Color convert

RGB 1 141 152 -
CMYK 0.99 0.07 0 0.40
HSL 184.37º 0.99% 0.3% -
HSV(B) 184.37º 0.99% 0.6% -
XYZ 15.2 21.32 33.02 -
YUV 100.39 157.12 57.11 -
System Red Green Blue C M Y K H S L
Decimal 1 141 152 0.99 0.07 0 0.40 184.37 0.99 0.3
Hex 1 8D 98 63 7 0 28 B8 63 1E
Octal 1 215 230 143 7 0 50 270 143 36
Binary 1 10001101 10011000 1100011 111 0 101000 10111000 1100011 11110

Color Harmonies of #018D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018D98

Black with #018D98

Text Example


Text Example

White with #018D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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