Html Css Color HEX #148695 Eastern Blue

📋 copy color: '#148695'

red 20 ◦ green 134 ◦ blue 149

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

Shades of Eastern Blue #148695

Tints of Eastern Blue #148695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

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

R = 6.6%
G = 44.22%
B = 49.17%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148695 (or 0x148695) is known color: Eastern Blue. HEX triplet: 14, 86 and 95. RGB value is (20,134,149). Sum of RGB (Red+Green+Blue) = 20+134+149=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #148695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148695 is #EB796A. Grayscale: #656565. Windows color (decimal): -15432043 or 9799188. OLE color: 9799188.

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

Color convert

RGB 20 134 149 -
CMYK 0.87 0.10 0 0.42
HSL 186.98º 0.76% 0.33% -
HSV(B) 186.98º 0.87% 0.58% -
XYZ 14.24 19.37 31.42 -
YUV 101.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 20 134 149 0.87 0.10 0 0.42 186.98 0.76 0.33
Hex 14 86 95 57 A 0 2A BB 4C 21
Octal 24 206 225 127 12 0 52 273 114 41
Binary 10100 10000110 10010101 1010111 1010 0 101010 10111011 1001100 100001

Color Harmonies of #148695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148695

Black with #148695

Text Example


Text Example

White with #148695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148695; }

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

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

background-color css

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

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

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

border-color css

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

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

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