#008192

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

Shades of Eastern Blue #008192

Tints of Eastern Blue #008192

Color information

#008192 (or 0x008192) is unknown color: approx Eastern Blue. HEX triplet: 00, 81 and 92. RGB value is (0,129,146). Sum of RGB (Red+Green+Blue) = 0+129+146=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #008192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008192 is #FF7E6D. Grayscale: #5C5C5C. Windows color (decimal): -16744046 or 9601280. OLE color: 9601280.

HSL color Cylindrical-coordinate representation of color #008192: hue angle of 186.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008192 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB0129146-
CMYK10.1200.43
HSL186.99º100%28.63%-
HSV(B)186.99º100%57.25%-
XYZ13.0417.7829.94-
YUV92.37158.2662.12-

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.91%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=0%
G=46.91%
B=53.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal012914610.1200.43186.9910028.63
Hex0819264C02Bbb641d
Octal02012221441405327314435
Binary0100000011001001011001001100010101110111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008192; }

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

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

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

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

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

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

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

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