Html Css Color HEX #148A98 Eastern Blue

📋 copy color: '#148A98'

red 20 ◦ green 138 ◦ blue 152

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

Shades of Eastern Blue #148A98

Tints of Eastern Blue #148A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 6.45%
G = 44.52%
B = 49.03%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#148A98 (or 0x148A98) is known color: Eastern Blue. HEX triplet: 14, 8A and 98. RGB value is (20,138,152). Sum of RGB (Red+Green+Blue) = 20+138+152=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #148A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A98 is #EB7567. Grayscale: #686868. Windows color (decimal): -15431016 or 9996820. OLE color: 9996820.

HSL color Cylindrical-coordinate representation of color #148A98: hue angle of 186.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148A98 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 138 152 -
CMYK 0.87 0.09 0 0.40
HSL 186.36º 0.77% 0.34% -
HSV(B) 186.36º 0.87% 0.6% -
XYZ 15.04 20.59 32.89 -
YUV 104.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 20 138 152 0.87 0.09 0 0.40 186.36 0.77 0.34
Hex 14 8A 98 57 9 0 28 BA 4D 22
Octal 24 212 230 127 11 0 50 272 115 42
Binary 10100 10001010 10011000 1010111 1001 0 101000 10111010 1001101 100010

Color Harmonies of #148A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A98

Black with #148A98

Text Example


Text Example

White with #148A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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