Html Css Color HEX #008B98 Eastern Blue

📋 copy color: '#008B98'

red 0 ◦ green 139 ◦ blue 152

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

Shades of Eastern Blue #008B98

Tints of Eastern Blue #008B98

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.77%

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

R = 0%
G = 47.77%
B = 52.23%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008B98 (or 0x008B98) is known color: Eastern Blue. HEX triplet: 00, 8B and 98. RGB value is (0,139,152). Sum of RGB (Red+Green+Blue) = 0+139+152=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #008B98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B98 is #FF7467. Grayscale: #626262. Windows color (decimal): -16741480 or 9997056. OLE color: 9997056.

HSL color Cylindrical-coordinate representation of color #008B98: hue angle of 185.13º 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 #008B98 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 139 152 -
CMYK 1 0.09 0 0.40
HSL 185.13º 1% 0.3% -
HSV(B) 185.13º 1% 0.6% -
XYZ 14.9 20.73 32.92 -
YUV 98.92 157.95 57.44 -
System Red Green Blue C M Y K H S L
Decimal 0 139 152 1 0.09 0 0.40 185.13 1 0.3
Hex 0 8B 98 64 9 0 28 B9 64 1E
Octal 0 213 230 144 11 0 50 271 144 36
Binary 0 10001011 10011000 1100100 1001 0 101000 10111001 1100100 11110

Color Harmonies of #008B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B98

Black with #008B98

Text Example


Text Example

White with #008B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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