Html Css Color HEX #149191 Java

📋 copy color: '#149191'

red 20 ◦ green 145 ◦ blue 145

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

Shades of Java #149191

Tints of Java #149191

RGB

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

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

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

R = 6.45%
G = 46.77%
B = 46.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#149191 (or 0x149191) is known color: Java. HEX triplet: 14, 91 and 91. RGB value is (20,145,145). Sum of RGB (Red+Green+Blue) = 20+145+145=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #149191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149191 is #EB6E6E. Grayscale: #6B6B6B. Windows color (decimal): -15429231 or 9539860. OLE color: 9539860.

HSL color Cylindrical-coordinate representation of color #149191: hue angle of 180º 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 #149191 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 145 -
CMYK 0.86 0 0 0.43
HSL 180º 0.76% 0.32% -
HSV(B) 180º 0.86% 0.57% -
XYZ 15.52 22.44 30.3 -
YUV 107.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 20 145 145 0.86 0 0 0.43 180 0.76 0.32
Hex 14 91 91 56 0 0 2B B4 4C 20
Octal 24 221 221 126 0 0 53 264 114 40
Binary 10100 10010001 10010001 1010110 0 0 101011 10110100 1001100 100000

Color Harmonies of #149191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149191

Black with #149191

Text Example


Text Example

White with #149191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149191; }

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

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

background-color css

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

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

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

border-color css

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

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

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