Html Css Color HEX #149A89 Java

📋 copy color: '#149A89'

red 20 ◦ green 154 ◦ blue 137

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

Shades of Java #149A89

Tints of Java #149A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.52%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 6.43%
G = 49.52%
B = 44.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#149A89 (or 0x149A89) is known color: Java. HEX triplet: 14, 9A and 89. RGB value is (20,154,137). Sum of RGB (Red+Green+Blue) = 20+154+137=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #149A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149A89 is #EB6576. Grayscale: #6F6F6F. Windows color (decimal): -15426935 or 9017876. OLE color: 9017876.

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

Color convert

RGB 20 154 137 -
CMYK 0.87 0 0.11 0.40
HSL 172.39º 0.77% 0.34% -
HSV(B) 172.39º 0.87% 0.6% -
XYZ 16.36 25.07 27.64 -
YUV 112 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 20 154 137 0.87 0 0.11 0.40 172.39 0.77 0.34
Hex 14 9A 89 57 0 B 28 AC 4D 22
Octal 24 232 211 127 0 13 50 254 115 42
Binary 10100 10011010 10001001 1010111 0 1011 101000 10101100 1001101 100010

Color Harmonies of #149A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A89

Black with #149A89

Text Example


Text Example

White with #149A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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