Html Css Color HEX #149196 Java

📋 copy color: '#149196'

red 20 ◦ green 145 ◦ blue 150

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

Shades of Java #149196

Tints of Java #149196

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 20 145 150 -
CMYK 0.87 0.03 0 0.41
HSL 182.31º 0.76% 0.33% -
HSV(B) 182.31º 0.87% 0.59% -
XYZ 15.92 22.6 32.38 -
YUV 108.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 20 145 150 0.87 0.03 0 0.41 182.31 0.76 0.33
Hex 14 91 96 57 3 0 29 B6 4C 21
Octal 24 221 226 127 3 0 51 266 114 41
Binary 10100 10010001 10010110 1010111 11 0 101001 10110110 1001100 100001

Color Harmonies of #149196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149196

Black with #149196

Text Example


Text Example

White with #149196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149196; }

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

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

background-color css

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

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

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

border-color css

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

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

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