Html Css Color HEX #149FA5 Java

📋 copy color: '#149FA5'

red 20 ◦ green 159 ◦ blue 165

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

Shades of Java #149FA5

Tints of Java #149FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.97%

R = 5.81%
G = 46.22%
B = 47.97%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#149FA5 (or 0x149FA5) is known color: Java. HEX triplet: 14, 9F and A5. RGB value is (20,159,165). Sum of RGB (Red+Green+Blue) = 20+159+165=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #149FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FA5 is #EB605A. Grayscale: #757575. Windows color (decimal): -15425627 or 10854164. OLE color: 10854164.

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

Color convert

RGB 20 159 165 -
CMYK 0.88 0.04 0 0.35
HSL 182.48º 0.78% 0.36% -
HSV(B) 182.48º 0.88% 0.65% -
XYZ 19.48 27.66 39.91 -
YUV 118.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 20 159 165 0.88 0.04 0 0.35 182.48 0.78 0.36
Hex 14 9F A5 58 4 0 23 B6 4E 24
Octal 24 237 245 130 4 0 43 266 116 44
Binary 10100 10011111 10100101 1011000 100 0 100011 10110110 1001110 100100

Color Harmonies of #149FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FA5

Black with #149FA5

Text Example


Text Example

White with #149FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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