Html Css Color HEX #148B9C Eastern Blue

📋 copy color: '#148B9C'

red 20 ◦ green 139 ◦ blue 156

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

Shades of Eastern Blue #148B9C

Tints of Eastern Blue #148B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 6.35%
G = 44.13%
B = 49.52%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#148B9C (or 0x148B9C) is known color: Eastern Blue. HEX triplet: 14, 8B and 9C. RGB value is (20,139,156). Sum of RGB (Red+Green+Blue) = 20+139+156=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #148B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148B9C is #EB7463. Grayscale: #696969. Windows color (decimal): -15430756 or 10259220. OLE color: 10259220.

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

Color convert

RGB 20 139 156 -
CMYK 0.87 0.11 0 0.39
HSL 187.5º 0.77% 0.35% -
HSV(B) 187.5º 0.87% 0.61% -
XYZ 15.52 21.01 34.69 -
YUV 105.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 20 139 156 0.87 0.11 0 0.39 187.5 0.77 0.35
Hex 14 8B 9C 57 B 0 27 BC 4D 23
Octal 24 213 234 127 13 0 47 274 115 43
Binary 10100 10001011 10011100 1010111 1011 0 100111 10111100 1001101 100011

Color Harmonies of #148B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148B9C

Black with #148B9C

Text Example


Text Example

White with #148B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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