Html Css Color HEX #008F99 Eastern Blue

📋 copy color: '#008F99'

red 0 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #008F99

Tints of Eastern Blue #008F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.31%

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

R = 0%
G = 48.31%
B = 51.69%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#008F99 (or 0x008F99) is known color: Eastern Blue. HEX triplet: 00, 8F and 99. RGB value is (0,143,153). Sum of RGB (Red+Green+Blue) = 0+143+153=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #008F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F99 is #FF7066. Grayscale: #656565. Windows color (decimal): -16740455 or 10063616. OLE color: 10063616.

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

Color convert

RGB 0 143 153 -
CMYK 1 0.07 0 0.4
HSL 183.92º 1% 0.3% -
HSV(B) 183.92º 1% 0.6% -
XYZ 15.57 21.94 33.55 -
YUV 101.38 157.12 55.69 -
System Red Green Blue C M Y K H S L
Decimal 0 143 153 1 0.07 0 0.4 183.92 1 0.3
Hex 0 8F 99 64 7 0 28 B8 64 1E
Octal 0 217 231 144 7 0 50 270 144 36
Binary 0 10001111 10011001 1100100 111 0 101000 10111000 1100100 11110

Color Harmonies of #008F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F99

Black with #008F99

Text Example


Text Example

White with #008F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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