Html Css Color HEX #149691 Java

📋 copy color: '#149691'

red 20 ◦ green 150 ◦ blue 145

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

Shades of Java #149691

Tints of Java #149691

RGB

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

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

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

R = 6.35%
G = 47.62%
B = 46.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#149691 (or 0x149691) is known color: Java. HEX triplet: 14, 96 and 91. RGB value is (20,150,145). Sum of RGB (Red+Green+Blue) = 20+150+145=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #149691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149691 is #EB696E. Grayscale: #6E6E6E. Windows color (decimal): -15427951 or 9541140. OLE color: 9541140.

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

Color convert

RGB 20 150 145 -
CMYK 0.87 0 0.03 0.41
HSL 177.69º 0.76% 0.33% -
HSV(B) 177.69º 0.87% 0.59% -
XYZ 16.31 24.01 30.56 -
YUV 110.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 20 150 145 0.87 0 0.03 0.41 177.69 0.76 0.33
Hex 14 96 91 57 0 3 29 B2 4C 21
Octal 24 226 221 127 0 3 51 262 114 41
Binary 10100 10010110 10010001 1010111 0 11 101001 10110010 1001100 100001

Color Harmonies of #149691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149691

Black with #149691

Text Example


Text Example

White with #149691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149691; }

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

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

background-color css

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

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

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

border-color css

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

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

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