Html Css Color HEX #008097 Eastern Blue

📋 copy color: '#008097'

red 0 ◦ green 128 ◦ blue 151

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

Shades of Eastern Blue #008097

Tints of Eastern Blue #008097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 0%
G = 45.88%
B = 54.12%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008097 (or 0x008097) is known color: Eastern Blue. HEX triplet: 00, 80 and 97. RGB value is (0,128,151). Sum of RGB (Red+Green+Blue) = 0+128+151=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #008097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008097 is #FF7F68. Grayscale: #5C5C5C. Windows color (decimal): -16744297 or 9928704. OLE color: 9928704.

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

Color convert

RGB 0 128 151 -
CMYK 1 0.15 0 0.41
HSL 189.14º 1% 0.3% -
HSV(B) 189.14º 1% 0.59% -
XYZ 13.31 17.67 31.99 -
YUV 92.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 0 128 151 1 0.15 0 0.41 189.14 1 0.3
Hex 0 80 97 64 F 0 29 BD 64 1E
Octal 0 200 227 144 17 0 51 275 144 36
Binary 0 10000000 10010111 1100100 1111 0 101001 10111101 1100100 11110

Color Harmonies of #008097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008097

Black with #008097

Text Example


Text Example

White with #008097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008097; }

 p { color: rgb(0,128,151); }

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

background-color css

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

 a { background-color: rgb(0,128,151); }

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

border-color css

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

 span { border-color: rgb(0,128,151); }

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