#00949E

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

Shades of Eastern Blue #00949E

Tints of Eastern Blue #00949E

Color information

#00949E (or 0x00949E) is unknown color: approx Eastern Blue. HEX triplet: 00, 94 and 9E. RGB value is (0,148,158). Sum of RGB (Red+Green+Blue) = 0+148+158=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #00949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00949E is #FF6B61. Grayscale: #686868. Windows color (decimal): -16739170 or 10392576. OLE color: 10392576.

HSL color Cylindrical-coordinate representation of color #00949E: hue angle of 183.8º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00949E is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0148158-
CMYK10.0600.38
HSL183.8º100%30.98%-
HSV(B)183.8º100%61.96%-
XYZ16.7623.6536.03-
YUV104.89157.9753.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=0%
G=48.37%
B=51.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal014815810.0600.38183.810030.98
Hex0949E646026b8641f
Octal0224236144604627014437
Binary010010100100111101100100110010011010111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00949E; }

 p { color: rgb(0,148,158); }

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

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

 a { background-color: rgb(0,148,158); }

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

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

 span { border-color: rgb(0,148,158); }

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