Html Css Color HEX #149190 Java

📋 copy color: '#149190'

red 20 ◦ green 145 ◦ blue 144

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

Shades of Java #149190

Tints of Java #149190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

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

R = 6.47%
G = 46.93%
B = 46.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#149190 (or 0x149190) is known color: Java. HEX triplet: 14, 91 and 90. RGB value is (20,145,144). Sum of RGB (Red+Green+Blue) = 20+145+144=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #149190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149190 is #EB6E6F. Grayscale: #6B6B6B. Windows color (decimal): -15429232 or 9474324. OLE color: 9474324.

HSL color Cylindrical-coordinate representation of color #149190: hue angle of 179.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149190 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 144 -
CMYK 0.86 0 0.01 0.43
HSL 179.52º 0.76% 0.32% -
HSV(B) 179.52º 0.86% 0.57% -
XYZ 15.45 22.41 29.9 -
YUV 107.51 148.59 65.58 -
System Red Green Blue C M Y K H S L
Decimal 20 145 144 0.86 0 0.01 0.43 179.52 0.76 0.32
Hex 14 91 90 56 0 1 2B B4 4C 20
Octal 24 221 220 126 0 1 53 264 114 40
Binary 10100 10010001 10010000 1010110 0 1 101011 10110100 1001100 100000

Color Harmonies of #149190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149190

Black with #149190

Text Example


Text Example

White with #149190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149190; }

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

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

background-color css

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

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

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

border-color css

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

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

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