Html Css Color HEX #149990 Java

📋 copy color: '#149990'

red 20 ◦ green 153 ◦ blue 144

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

Shades of Java #149990

Tints of Java #149990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.26%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 6.31%
G = 48.26%
B = 45.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#149990 (or 0x149990) is known color: Java. HEX triplet: 14, 99 and 90. RGB value is (20,153,144). Sum of RGB (Red+Green+Blue) = 20+153+144=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #149990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149990 is #EB666F. Grayscale: #707070. Windows color (decimal): -15427184 or 9476372. OLE color: 9476372.

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

Color convert

RGB 20 153 144 -
CMYK 0.87 0 0.06 0.4
HSL 175.94º 0.77% 0.34% -
HSV(B) 175.94º 0.87% 0.6% -
XYZ 16.71 24.94 30.32 -
YUV 112.21 145.94 62.23 -
System Red Green Blue C M Y K H S L
Decimal 20 153 144 0.87 0 0.06 0.4 175.94 0.77 0.34
Hex 14 99 90 57 0 6 28 B0 4D 22
Octal 24 231 220 127 0 6 50 260 115 42
Binary 10100 10011001 10010000 1010111 0 110 101000 10110000 1001101 100010

Color Harmonies of #149990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149990

Black with #149990

Text Example


Text Example

White with #149990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149990; }

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

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

background-color css

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

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

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

border-color css

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

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

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