Html Css Color HEX #149795 Java

📋 copy color: '#149795'

red 20 ◦ green 151 ◦ blue 149

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

Shades of Java #149795

Tints of Java #149795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.19%

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

R = 6.25%
G = 47.19%
B = 46.56%

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

#149795 (or 0x149795) is known color: Java. HEX triplet: 14, 97 and 95. RGB value is (20,151,149). Sum of RGB (Red+Green+Blue) = 20+151+149=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #149795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149795 is #EB686A. Grayscale: #6F6F6F. Windows color (decimal): -15427691 or 9803540. OLE color: 9803540.

HSL color Cylindrical-coordinate representation of color #149795: hue angle of 179.08º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149795 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 149 -
CMYK 0.87 0 0.01 0.41
HSL 179.08º 0.77% 0.34% -
HSV(B) 179.08º 0.87% 0.59% -
XYZ 16.78 24.45 32.27 -
YUV 111.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 20 151 149 0.87 0 0.01 0.41 179.08 0.77 0.34
Hex 14 97 95 57 0 1 29 B3 4D 22
Octal 24 227 225 127 0 1 51 263 115 42
Binary 10100 10010111 10010101 1010111 0 1 101001 10110011 1001101 100010

Color Harmonies of #149795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149795

Black with #149795

Text Example


Text Example

White with #149795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149795; }

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

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

background-color css

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

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

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

border-color css

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

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

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