Html Css Color HEX #008D98 Eastern Blue

📋 copy color: '#008D98'

red 0 ◦ green 141 ◦ blue 152

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

Shades of Eastern Blue #008D98

Tints of Eastern Blue #008D98

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 48.12%
B = 51.88%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008D98 (or 0x008D98) is known color: Eastern Blue. HEX triplet: 00, 8D and 98. RGB value is (0,141,152). Sum of RGB (Red+Green+Blue) = 0+141+152=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #008D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D98 is #FF7267. Grayscale: #636363. Windows color (decimal): -16740968 or 9997568. OLE color: 9997568.

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

Color convert

RGB 0 141 152 -
CMYK 1 0.07 0 0.40
HSL 184.34º 1% 0.3% -
HSV(B) 184.34º 1% 0.6% -
XYZ 15.19 21.32 33.02 -
YUV 100.1 157.29 56.61 -
System Red Green Blue C M Y K H S L
Decimal 0 141 152 1 0.07 0 0.40 184.34 1 0.3
Hex 0 8D 98 64 7 0 28 B8 64 1E
Octal 0 215 230 144 7 0 50 270 144 36
Binary 0 10001101 10011000 1100100 111 0 101000 10111000 1100100 11110

Color Harmonies of #008D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D98

Black with #008D98

Text Example


Text Example

White with #008D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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