Html Css Color HEX #149589 Java

📋 copy color: '#149589'

red 20 ◦ green 149 ◦ blue 137

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

Shades of Java #149589

Tints of Java #149589

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#149589 (or 0x149589) is known color: Java. HEX triplet: 14, 95 and 89. RGB value is (20,149,137). Sum of RGB (Red+Green+Blue) = 20+149+137=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #149589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149589 is #EB6A76. Grayscale: #6C6C6C. Windows color (decimal): -15428215 or 9016596. OLE color: 9016596.

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

Color convert

RGB 20 149 137 -
CMYK 0.87 0 0.08 0.42
HSL 174.42º 0.76% 0.33% -
HSV(B) 174.42º 0.87% 0.58% -
XYZ 15.55 23.45 27.37 -
YUV 109.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 20 149 137 0.87 0 0.08 0.42 174.42 0.76 0.33
Hex 14 95 89 57 0 8 2A AE 4C 21
Octal 24 225 211 127 0 10 52 256 114 41
Binary 10100 10010101 10001001 1010111 0 1000 101010 10101110 1001100 100001

Color Harmonies of #149589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149589

Black with #149589

Text Example


Text Example

White with #149589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149589; }

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

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

background-color css

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

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

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

border-color css

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

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

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