Html Css Color HEX #149790 Java

📋 copy color: '#149790'

red 20 ◦ green 151 ◦ blue 144

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

Shades of Java #149790

Tints of Java #149790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 6.35%
G = 47.94%
B = 45.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#149790 (or 0x149790) is known color: Java. HEX triplet: 14, 97 and 90. RGB value is (20,151,144). Sum of RGB (Red+Green+Blue) = 20+151+144=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #149790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149790 is #EB686F. Grayscale: #6E6E6E. Windows color (decimal): -15427696 or 9475860. OLE color: 9475860.

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

Color convert

RGB 20 151 144 -
CMYK 0.87 0 0.05 0.41
HSL 176.79º 0.77% 0.34% -
HSV(B) 176.79º 0.87% 0.59% -
XYZ 16.39 24.3 30.21 -
YUV 111.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 20 151 144 0.87 0 0.05 0.41 176.79 0.77 0.34
Hex 14 97 90 57 0 5 29 B1 4D 22
Octal 24 227 220 127 0 5 51 261 115 42
Binary 10100 10010111 10010000 1010111 0 101 101001 10110001 1001101 100010

Color Harmonies of #149790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149790

Black with #149790

Text Example


Text Example

White with #149790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149790; }

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

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

background-color css

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

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

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

border-color css

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

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

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