Html Css Color HEX #148995 Eastern Blue

📋 copy color: '#148995'

red 20 ◦ green 137 ◦ blue 149

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

Shades of Eastern Blue #148995

Tints of Eastern Blue #148995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 6.54%
G = 44.77%
B = 48.69%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148995 (or 0x148995) is known color: Eastern Blue. HEX triplet: 14, 89 and 95. RGB value is (20,137,149). Sum of RGB (Red+Green+Blue) = 20+137+149=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #148995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148995 is #EB766A. Grayscale: #676767. Windows color (decimal): -15431275 or 9799956. OLE color: 9799956.

HSL color Cylindrical-coordinate representation of color #148995: hue angle of 185.58º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148995 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 137 149 -
CMYK 0.87 0.08 0 0.42
HSL 185.58º 0.76% 0.33% -
HSV(B) 185.58º 0.87% 0.58% -
XYZ 14.66 20.21 31.56 -
YUV 103.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 20 137 149 0.87 0.08 0 0.42 185.58 0.76 0.33
Hex 14 89 95 57 8 0 2A BA 4C 21
Octal 24 211 225 127 10 0 52 272 114 41
Binary 10100 10001001 10010101 1010111 1000 0 101010 10111010 1001100 100001

Color Harmonies of #148995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148995

Black with #148995

Text Example


Text Example

White with #148995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148995; }

 p { color: rgb(20,137,149); }

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

background-color css

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

 a { background-color: rgb(20,137,149); }

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

border-color css

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

 span { border-color: rgb(20,137,149); }

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