Html Css Color HEX #008B99 Eastern Blue

📋 copy color: '#008B99'

red 0 ◦ green 139 ◦ blue 153

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

Shades of Eastern Blue #008B99

Tints of Eastern Blue #008B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 0%
G = 47.6%
B = 52.4%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#008B99 (or 0x008B99) is known color: Eastern Blue. HEX triplet: 00, 8B and 99. RGB value is (0,139,153). Sum of RGB (Red+Green+Blue) = 0+139+153=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #008B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B99 is #FF7466. Grayscale: #626262. Windows color (decimal): -16741479 or 10062592. OLE color: 10062592.

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

Color convert

RGB 0 139 153 -
CMYK 1 0.09 0 0.4
HSL 185.49º 1% 0.3% -
HSV(B) 185.49º 1% 0.6% -
XYZ 14.98 20.77 33.36 -
YUV 99.04 158.45 57.36 -
System Red Green Blue C M Y K H S L
Decimal 0 139 153 1 0.09 0 0.4 185.49 1 0.3
Hex 0 8B 99 64 9 0 28 B9 64 1E
Octal 0 213 231 144 11 0 50 271 144 36
Binary 0 10001011 10011001 1100100 1001 0 101000 10111001 1100100 11110

Color Harmonies of #008B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B99

Black with #008B99

Text Example


Text Example

White with #008B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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