Html Css Color HEX #149195 Java

📋 copy color: '#149195'

red 20 ◦ green 145 ◦ blue 149

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

Shades of Java #149195

Tints of Java #149195

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 20 145 149 -
CMYK 0.87 0.03 0 0.42
HSL 181.86º 0.76% 0.33% -
HSV(B) 181.86º 0.87% 0.58% -
XYZ 15.84 22.57 31.96 -
YUV 108.08 151.09 65.17 -
System Red Green Blue C M Y K H S L
Decimal 20 145 149 0.87 0.03 0 0.42 181.86 0.76 0.33
Hex 14 91 95 57 3 0 2A B6 4C 21
Octal 24 221 225 127 3 0 52 266 114 41
Binary 10100 10010001 10010101 1010111 11 0 101010 10110110 1001100 100001

Color Harmonies of #149195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149195

Black with #149195

Text Example


Text Example

White with #149195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149195; }

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

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

background-color css

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

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

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

border-color css

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

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

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