Html Css Color HEX #149695 Java

📋 copy color: '#149695'

red 20 ◦ green 150 ◦ blue 149

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

Shades of Java #149695

Tints of Java #149695

RGB

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

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

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

R = 6.27%
G = 47.02%
B = 46.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#149695 (or 0x149695) is known color: Java. HEX triplet: 14, 96 and 95. RGB value is (20,150,149). Sum of RGB (Red+Green+Blue) = 20+150+149=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #149695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149695 is #EB696A. Grayscale: #6E6E6E. Windows color (decimal): -15427947 or 9803284. OLE color: 9803284.

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

Color convert

RGB 20 150 149 -
CMYK 0.87 0 0.01 0.41
HSL 179.54º 0.76% 0.33% -
HSV(B) 179.54º 0.87% 0.59% -
XYZ 16.62 24.13 32.22 -
YUV 111.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 20 150 149 0.87 0 0.01 0.41 179.54 0.76 0.33
Hex 14 96 95 57 0 1 29 B4 4C 21
Octal 24 226 225 127 0 1 51 264 114 41
Binary 10100 10010110 10010101 1010111 0 1 101001 10110100 1001100 100001

Color Harmonies of #149695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149695

Black with #149695

Text Example


Text Example

White with #149695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149695; }

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

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

background-color css

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

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

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

border-color css

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

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

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