Html Css Color HEX #008D99 Eastern Blue

📋 copy color: '#008D99'

red 0 ◦ green 141 ◦ blue 153

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

Shades of Eastern Blue #008D99

Tints of Eastern Blue #008D99

RGB

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

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

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

R = 0%
G = 47.96%
B = 52.04%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#008D99 (or 0x008D99) is known color: Eastern Blue. HEX triplet: 00, 8D and 99. RGB value is (0,141,153). Sum of RGB (Red+Green+Blue) = 0+141+153=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #008D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D99 is #FF7266. Grayscale: #646464. Windows color (decimal): -16740967 or 10063104. OLE color: 10063104.

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

Color convert

RGB 0 141 153 -
CMYK 1 0.08 0 0.4
HSL 184.71º 1% 0.3% -
HSV(B) 184.71º 1% 0.6% -
XYZ 15.27 21.35 33.45 -
YUV 100.21 157.79 56.52 -
System Red Green Blue C M Y K H S L
Decimal 0 141 153 1 0.08 0 0.4 184.71 1 0.3
Hex 0 8D 99 64 8 0 28 B9 64 1E
Octal 0 215 231 144 10 0 50 271 144 36
Binary 0 10001101 10011001 1100100 1000 0 101000 10111001 1100100 11110

Color Harmonies of #008D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D99

Black with #008D99

Text Example


Text Example

White with #008D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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