Html Css Color HEX #149689 Java

📋 copy color: '#149689'

red 20 ◦ green 150 ◦ blue 137

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

Shades of Java #149689

Tints of Java #149689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 6.51%
G = 48.86%
B = 44.63%

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

#149689 (or 0x149689) is known color: Java. HEX triplet: 14, 96 and 89. RGB value is (20,150,137). Sum of RGB (Red+Green+Blue) = 20+150+137=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #149689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149689 is #EB6976. Grayscale: #6D6D6D. Windows color (decimal): -15427959 or 9016852. OLE color: 9016852.

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

Color convert

RGB 20 150 137 -
CMYK 0.87 0 0.09 0.41
HSL 174º 0.76% 0.33% -
HSV(B) 174º 0.87% 0.59% -
XYZ 15.71 23.77 27.43 -
YUV 109.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 20 150 137 0.87 0 0.09 0.41 174 0.76 0.33
Hex 14 96 89 57 0 9 29 AE 4C 21
Octal 24 226 211 127 0 11 51 256 114 41
Binary 10100 10010110 10001001 1010111 0 1001 101001 10101110 1001100 100001

Color Harmonies of #149689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149689

Black with #149689

Text Example


Text Example

White with #149689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149689; }

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

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

background-color css

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

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

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

border-color css

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

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

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