Html Css Color HEX #148AA0 Eastern Blue

📋 copy color: '#148AA0'

red 20 ◦ green 138 ◦ blue 160

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

Shades of Eastern Blue #148AA0

Tints of Eastern Blue #148AA0

RGB

 RED value IS 20 (8.2% from 255) = 6.29%

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 160 (62.89% from 255) = 50.31%

R = 6.29%
G = 43.4%
B = 50.31%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#148AA0 (or 0x148AA0) is known color: Eastern Blue. HEX triplet: 14, 8A and A0. RGB value is (20,138,160). Sum of RGB (Red+Green+Blue) = 20+138+160=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #148AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AA0 is #EB755F. Grayscale: #696969. Windows color (decimal): -15431008 or 10521108. OLE color: 10521108.

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

Color convert

RGB 20 138 160 -
CMYK 0.88 0.14 0 0.37
HSL 189.43º 0.78% 0.35% -
HSV(B) 189.43º 0.88% 0.63% -
XYZ 15.72 20.86 36.46 -
YUV 105.23 158.91 67.21 -
System Red Green Blue C M Y K H S L
Decimal 20 138 160 0.88 0.14 0 0.37 189.43 0.78 0.35
Hex 14 8A A0 58 E 0 25 BD 4E 23
Octal 24 212 240 130 16 0 45 275 116 43
Binary 10100 10001010 10100000 1011000 1110 0 100101 10111101 1001110 100011

Color Harmonies of #148AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148AA0

Black with #148AA0

Text Example


Text Example

White with #148AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,138,160); }

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

background-color css

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

 a { background-color: rgb(20,138,160); }

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

border-color css

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

 span { border-color: rgb(20,138,160); }

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