Html Css Color HEX #008A96 Eastern Blue

📋 copy color: '#008A96'

red 0 ◦ green 138 ◦ blue 150

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

Shades of Eastern Blue #008A96

Tints of Eastern Blue #008A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.92%

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 0%
G = 47.92%
B = 52.08%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008A96 (or 0x008A96) is known color: Eastern Blue. HEX triplet: 00, 8A and 96. RGB value is (0,138,150). Sum of RGB (Red+Green+Blue) = 0+138+150=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #008A96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A96 is #FF7569. Grayscale: #616161. Windows color (decimal): -16741738 or 9865728. OLE color: 9865728.

HSL color Cylindrical-coordinate representation of color #008A96: hue angle of 184.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A96 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 138 150 -
CMYK 1 0.08 0 0.41
HSL 184.8º 1% 0.29% -
HSV(B) 184.8º 1% 0.59% -
XYZ 14.59 20.38 32.02 -
YUV 98.11 157.28 58.02 -
System Red Green Blue C M Y K H S L
Decimal 0 138 150 1 0.08 0 0.41 184.8 1 0.29
Hex 0 8A 96 64 8 0 29 B9 64 1D
Octal 0 212 226 144 10 0 51 271 144 35
Binary 0 10001010 10010110 1100100 1000 0 101001 10111001 1100100 11101

Color Harmonies of #008A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A96

Black with #008A96

Text Example


Text Example

White with #008A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,138,150); }

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

background-color css

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

 a { background-color: rgb(0,138,150); }

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

border-color css

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

 span { border-color: rgb(0,138,150); }

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