Html Css Color HEX #148595 Eastern Blue

📋 copy color: '#148595'

red 20 ◦ green 133 ◦ blue 149

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

Shades of Eastern Blue #148595

Tints of Eastern Blue #148595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 6.62%
G = 44.04%
B = 49.34%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148595 (or 0x148595) is known color: Eastern Blue. HEX triplet: 14, 85 and 95. RGB value is (20,133,149). Sum of RGB (Red+Green+Blue) = 20+133+149=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #148595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148595 is #EB7A6A. Grayscale: #646464. Windows color (decimal): -15432299 or 9798932. OLE color: 9798932.

HSL color Cylindrical-coordinate representation of color #148595: hue angle of 187.44º 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 #148595 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 133 149 -
CMYK 0.87 0.11 0 0.42
HSL 187.44º 0.76% 0.33% -
HSV(B) 187.44º 0.87% 0.58% -
XYZ 14.1 19.09 31.38 -
YUV 101.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 20 133 149 0.87 0.11 0 0.42 187.44 0.76 0.33
Hex 14 85 95 57 B 0 2A BB 4C 21
Octal 24 205 225 127 13 0 52 273 114 41
Binary 10100 10000101 10010101 1010111 1011 0 101010 10111011 1001100 100001

Color Harmonies of #148595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148595

Black with #148595

Text Example


Text Example

White with #148595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148595; }

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

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

background-color css

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

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

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

border-color css

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

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

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