#149BA3

Color #149BA3 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #149BA3

Tints of Java #149BA3

Color information

#149BA3 (or 0x149BA3) is unknown color: approx Java. HEX triplet: 14, 9B and A3. RGB value is (20,155,163). Sum of RGB (Red+Green+Blue) = 20+155+163=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #149BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BA3 is #EB645C. Grayscale: #737373. Windows color (decimal): -15426653 or 10722068. OLE color: 10722068.

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

Color convert

RGB20155163-
CMYK0.880.0500.36
HSL183.36º78.14%35.88%-
HSV(B)183.36º87.73%63.92%-
XYZ18.6226.2438.73-
YUV115.55154.7759.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.92%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 163 (64.06% from 255) = 48.22%
R=5.92%
G=45.86%
B=48.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal201551630.880.0500.36183.3678.1435.88
Hex149BA3585024b74e24
Octal24233243130504426711644
Binary10100100110111010001110110001010100100101101111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,155,163); }

 H1.HeaderClassName
 {
   color: #149BA3;
 }
 .AnyTagClassName
 {
   color: #149BA3;
 }
</style>
background-color css

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

 a { background-color: rgb(20,155,163); }

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

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

 span { border-color: rgb(20,155,163); }

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