Html Css Color HEX #149886 Java

📋 copy color: '#149886'

red 20 ◦ green 152 ◦ blue 134

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

Shades of Java #149886

Tints of Java #149886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 134 (52.73% from 255) = 43.79%

R = 6.54%
G = 49.67%
B = 43.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#149886 (or 0x149886) is known color: Java. HEX triplet: 14, 98 and 86. RGB value is (20,152,134). Sum of RGB (Red+Green+Blue) = 20+152+134=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #149886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149886 is #EB6779. Grayscale: #6E6E6E. Windows color (decimal): -15427450 or 8820756. OLE color: 8820756.

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

Color convert

RGB 20 152 134 -
CMYK 0.87 0 0.12 0.40
HSL 171.82º 0.77% 0.34% -
HSV(B) 171.82º 0.87% 0.6% -
XYZ 15.82 24.33 26.42 -
YUV 110.48 141.27 63.46 -
System Red Green Blue C M Y K H S L
Decimal 20 152 134 0.87 0 0.12 0.40 171.82 0.77 0.34
Hex 14 98 86 57 0 C 28 AC 4D 22
Octal 24 230 206 127 0 14 50 254 115 42
Binary 10100 10011000 10000110 1010111 0 1100 101000 10101100 1001101 100010

Color Harmonies of #149886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149886

Black with #149886

Text Example


Text Example

White with #149886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149886; }

 p { color: rgb(20,152,134); }

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

background-color css

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

 a { background-color: rgb(20,152,134); }

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

border-color css

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

 span { border-color: rgb(20,152,134); }

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