Html Css Color HEX #149789 Java

📋 copy color: '#149789'

red 20 ◦ green 151 ◦ blue 137

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

Shades of Java #149789

Tints of Java #149789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.03%

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

R = 6.49%
G = 49.03%
B = 44.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#149789 (or 0x149789) is known color: Java. HEX triplet: 14, 97 and 89. RGB value is (20,151,137). Sum of RGB (Red+Green+Blue) = 20+151+137=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #149789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149789 is #EB6876. Grayscale: #6E6E6E. Windows color (decimal): -15427703 or 9017108. OLE color: 9017108.

HSL color Cylindrical-coordinate representation of color #149789: hue angle of 173.59º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149789 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 137 -
CMYK 0.87 0 0.09 0.41
HSL 173.59º 0.77% 0.34% -
HSV(B) 173.59º 0.87% 0.59% -
XYZ 15.87 24.09 27.48 -
YUV 110.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 20 151 137 0.87 0 0.09 0.41 173.59 0.77 0.34
Hex 14 97 89 57 0 9 29 AE 4D 22
Octal 24 227 211 127 0 11 51 256 115 42
Binary 10100 10010111 10001001 1010111 0 1001 101001 10101110 1001101 100010

Color Harmonies of #149789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149789

Black with #149789

Text Example


Text Example

White with #149789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149789; }

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

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

background-color css

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

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

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

border-color css

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

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

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