Html Css Color HEX #149997 Java

📋 copy color: '#149997'

red 20 ◦ green 153 ◦ blue 151

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

Shades of Java #149997

Tints of Java #149997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

 BLUE value IS 151 (59.38% from 255) = 46.6%

R = 6.17%
G = 47.22%
B = 46.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#149997 (or 0x149997) is known color: Java. HEX triplet: 14, 99 and 97. RGB value is (20,153,151). Sum of RGB (Red+Green+Blue) = 20+153+151=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #149997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149997 is #EB6668. Grayscale: #707070. Windows color (decimal): -15427177 or 9935124. OLE color: 9935124.

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

Color convert

RGB 20 153 151 -
CMYK 0.87 0 0.01 0.4
HSL 179.1º 0.77% 0.34% -
HSV(B) 179.1º 0.87% 0.6% -
XYZ 17.27 25.17 33.23 -
YUV 113.01 149.44 61.66 -
System Red Green Blue C M Y K H S L
Decimal 20 153 151 0.87 0 0.01 0.4 179.1 0.77 0.34
Hex 14 99 97 57 0 1 28 B3 4D 22
Octal 24 231 227 127 0 1 50 263 115 42
Binary 10100 10011001 10010111 1010111 0 1 101000 10110011 1001101 100010

Color Harmonies of #149997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149997

Black with #149997

Text Example


Text Example

White with #149997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149997; }

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

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

background-color css

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

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

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

border-color css

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

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

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