Html Css Color HEX #148B9D Eastern Blue

📋 copy color: '#148B9D'

red 20 ◦ green 139 ◦ blue 157

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

Shades of Eastern Blue #148B9D

Tints of Eastern Blue #148B9D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 6.33%
G = 43.99%
B = 49.68%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#148B9D (or 0x148B9D) is known color: Eastern Blue. HEX triplet: 14, 8B and 9D. RGB value is (20,139,157). Sum of RGB (Red+Green+Blue) = 20+139+157=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #148B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148B9D is #EB7462. Grayscale: #696969. Windows color (decimal): -15430755 or 10324756. OLE color: 10324756.

HSL color Cylindrical-coordinate representation of color #148B9D: hue angle of 187.88º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148B9D is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 139 157 -
CMYK 0.87 0.11 0 0.38
HSL 187.88º 0.77% 0.35% -
HSV(B) 187.88º 0.87% 0.62% -
XYZ 15.61 21.05 35.14 -
YUV 105.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 20 139 157 0.87 0.11 0 0.38 187.88 0.77 0.35
Hex 14 8B 9D 57 B 0 26 BC 4D 23
Octal 24 213 235 127 13 0 46 274 115 43
Binary 10100 10001011 10011101 1010111 1011 0 100110 10111100 1001101 100011

Color Harmonies of #148B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148B9D

Black with #148B9D

Text Example


Text Example

White with #148B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,157); }

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

background-color css

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

 a { background-color: rgb(20,139,157); }

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

border-color css

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

 span { border-color: rgb(20,139,157); }

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