#008196

Color #008196 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #008196

Tints of Eastern Blue #008196

Color information

#008196 (or 0x008196) is unknown color: approx Eastern Blue. HEX triplet: 00, 81 and 96. RGB value is (0,129,150). Sum of RGB (Red+Green+Blue) = 0+129+150=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #008196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008196 is #FF7E69. Grayscale: #5C5C5C. Windows color (decimal): -16744042 or 9863424. OLE color: 9863424.

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

Color convert

RGB0129150-
CMYK10.1400.41
HSL188.4º100%29.41%-
HSV(B)188.4º100%58.82%-
XYZ13.3617.931.61-
YUV92.82160.2661.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=0%
G=46.24%
B=53.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal012915010.1400.41188.410029.41
Hex0819664E029bc641d
Octal02012261441605127414435
Binary0100000011001011011001001110010100110111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008196; }

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

 H1.HeaderClassName
 {
   color: #008196;
 }
 .AnyTagClassName
 {
   color: #008196;
 }
</style>
background-color css

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

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

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

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

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

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