Html Css Color HEX #008197 Eastern Blue

📋 copy color: '#008197'

red 0 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #008197

Tints of Eastern Blue #008197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

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

R = 0%
G = 46.07%
B = 53.93%

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

#008197 (or 0x008197) is known color: Eastern Blue. HEX triplet: 00, 81 and 97. RGB value is (0,129,151). Sum of RGB (Red+Green+Blue) = 0+129+151=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #008197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008197 is #FF7E68. Grayscale: #5C5C5C. Windows color (decimal): -16744041 or 9928960. OLE color: 9928960.

HSL color Cylindrical-coordinate representation of color #008197: hue angle of 188.74º 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 #008197 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 129 151 -
CMYK 1 0.15 0 0.41
HSL 188.74º 1% 0.3% -
HSV(B) 188.74º 1% 0.59% -
XYZ 13.44 17.93 32.03 -
YUV 92.94 160.76 61.71 -
System Red Green Blue C M Y K H S L
Decimal 0 129 151 1 0.15 0 0.41 188.74 1 0.3
Hex 0 81 97 64 F 0 29 BD 64 1E
Octal 0 201 227 144 17 0 51 275 144 36
Binary 0 10000001 10010111 1100100 1111 0 101001 10111101 1100100 11110

Color Harmonies of #008197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008197

Black with #008197

Text Example


Text Example

White with #008197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008197; }

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

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

background-color css

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

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

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

border-color css

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

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

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