Html Css Color HEX #149690 Java

📋 copy color: '#149690'

red 20 ◦ green 150 ◦ blue 144

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

Shades of Java #149690

Tints of Java #149690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

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

R = 6.37%
G = 47.77%
B = 45.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#149690 (or 0x149690) is known color: Java. HEX triplet: 14, 96 and 90. RGB value is (20,150,144). Sum of RGB (Red+Green+Blue) = 20+150+144=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #149690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149690 is #EB696F. Grayscale: #6E6E6E. Windows color (decimal): -15427952 or 9475604. OLE color: 9475604.

HSL color Cylindrical-coordinate representation of color #149690: hue angle of 177.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149690 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 144 -
CMYK 0.87 0 0.04 0.41
HSL 177.23º 0.76% 0.33% -
HSV(B) 177.23º 0.87% 0.59% -
XYZ 16.23 23.98 30.16 -
YUV 110.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 20 150 144 0.87 0 0.04 0.41 177.23 0.76 0.33
Hex 14 96 90 57 0 4 29 B1 4C 21
Octal 24 226 220 127 0 4 51 261 114 41
Binary 10100 10010110 10010000 1010111 0 100 101001 10110001 1001100 100001

Color Harmonies of #149690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149690

Black with #149690

Text Example


Text Example

White with #149690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149690; }

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

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

background-color css

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

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

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

border-color css

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

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

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