Html Css Color HEX #149A99 Java

📋 copy color: '#149A99'

red 20 ◦ green 154 ◦ blue 153

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

Shades of Java #149A99

Tints of Java #149A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 153 (60.16% from 255) = 46.79%

R = 6.12%
G = 47.09%
B = 46.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#149A99 (or 0x149A99) is known color: Java. HEX triplet: 14, 9A and 99. RGB value is (20,154,153). Sum of RGB (Red+Green+Blue) = 20+154+153=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #149A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149A99 is #EB6566. Grayscale: #717171. Windows color (decimal): -15426919 or 10066452. OLE color: 10066452.

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

Color convert

RGB 20 154 153 -
CMYK 0.87 0 0.01 0.40
HSL 179.55º 0.77% 0.34% -
HSV(B) 179.55º 0.87% 0.6% -
XYZ 17.59 25.56 34.14 -
YUV 113.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 20 154 153 0.87 0 0.01 0.40 179.55 0.77 0.34
Hex 14 9A 99 57 0 1 28 B4 4D 22
Octal 24 232 231 127 0 1 50 264 115 42
Binary 10100 10011010 10011001 1010111 0 1 101000 10110100 1001101 100010

Color Harmonies of #149A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A99

Black with #149A99

Text Example


Text Example

White with #149A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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