Html Css Color HEX #149FA0 Java

📋 copy color: '#149FA0'

red 20 ◦ green 159 ◦ blue 160

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

Shades of Java #149FA0

Tints of Java #149FA0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.9%

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 5.9%
G = 46.9%
B = 47.2%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#149FA0 (or 0x149FA0) is known color: Java. HEX triplet: 14, 9F and A0. RGB value is (20,159,160). Sum of RGB (Red+Green+Blue) = 20+159+160=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #149FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FA0 is #EB605F. Grayscale: #757575. Windows color (decimal): -15425632 or 10526484. OLE color: 10526484.

HSL color Cylindrical-coordinate representation of color #149FA0: hue angle of 180.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149FA0 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 159 160 -
CMYK 0.88 0.01 0 0.37
HSL 180.43º 0.78% 0.35% -
HSV(B) 180.43º 0.88% 0.63% -
XYZ 19.03 27.48 37.56 -
YUV 117.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 20 159 160 0.88 0.01 0 0.37 180.43 0.78 0.35
Hex 14 9F A0 58 1 0 25 B4 4E 23
Octal 24 237 240 130 1 0 45 264 116 43
Binary 10100 10011111 10100000 1011000 1 0 100101 10110100 1001110 100011

Color Harmonies of #149FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FA0

Black with #149FA0

Text Example


Text Example

White with #149FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,160); }

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

background-color css

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

 a { background-color: rgb(20,159,160); }

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

border-color css

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

 span { border-color: rgb(20,159,160); }

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