Html Css Color HEX #149591 Java

📋 copy color: '#149591'

red 20 ◦ green 149 ◦ blue 145

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

Shades of Java #149591

Tints of Java #149591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 6.37%
G = 47.45%
B = 46.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#149591 (or 0x149591) is known color: Java. HEX triplet: 14, 95 and 91. RGB value is (20,149,145). Sum of RGB (Red+Green+Blue) = 20+149+145=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #149591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149591 is #EB6A6E. Grayscale: #6D6D6D. Windows color (decimal): -15428207 or 9540884. OLE color: 9540884.

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

Color convert

RGB 20 149 145 -
CMYK 0.87 0 0.03 0.42
HSL 178.14º 0.76% 0.33% -
HSV(B) 178.14º 0.87% 0.58% -
XYZ 16.15 23.69 30.51 -
YUV 109.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 20 149 145 0.87 0 0.03 0.42 178.14 0.76 0.33
Hex 14 95 91 57 0 3 2A B2 4C 21
Octal 24 225 221 127 0 3 52 262 114 41
Binary 10100 10010101 10010001 1010111 0 11 101010 10110010 1001100 100001

Color Harmonies of #149591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149591

Black with #149591

Text Example


Text Example

White with #149591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149591; }

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

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

background-color css

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

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

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

border-color css

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

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

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