#148EA6

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

Shades of Eastern Blue #148EA6

Tints of Eastern Blue #148EA6

Color information

#148EA6 (or 0x148EA6) is unknown color: approx Eastern Blue. HEX triplet: 14, 8E and A6. RGB value is (20,142,166). Sum of RGB (Red+Green+Blue) = 20+142+166=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #148EA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148EA6 is #EB7159. Grayscale: #6C6C6C. Windows color (decimal): -15429978 or 10915348. OLE color: 10915348.

HSL color Cylindrical-coordinate representation of color #148EA6: hue angle of 189.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148EA6 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20142166-
CMYK0.880.1400.35
HSL189.86º78.49%36.47%-
HSV(B)189.86º87.95%65.1%-
XYZ16.8422.2539.48-
YUV108.26160.5865.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.10%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 166 (65.23% from 255) = 50.61%
R=6.10%
G=43.29%
B=50.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201421660.880.1400.35189.8678.4936.47
Hex148EA658E023be4e24
Octal242162461301604327611644
Binary101001000111010100110101100011100100011101111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148EA6; }

 p { color: rgb(20,142,166); }

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

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

 a { background-color: rgb(20,142,166); }

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

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

 span { border-color: rgb(20,142,166); }

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