Html Css Color HEX #149B8A Java

📋 copy color: '#149B8A'

red 20 ◦ green 155 ◦ blue 138

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

Shades of Java #149B8A

Tints of Java #149B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.52%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 6.39%
G = 49.52%
B = 44.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#149B8A (or 0x149B8A) is known color: Java. HEX triplet: 14, 9B and 8A. RGB value is (20,155,138). Sum of RGB (Red+Green+Blue) = 20+155+138=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #149B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B8A is #EB6475. Grayscale: #707070. Windows color (decimal): -15426678 or 9083668. OLE color: 9083668.

HSL color Cylindrical-coordinate representation of color #149B8A: hue angle of 172.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B8A is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 155 138 -
CMYK 0.87 0 0.11 0.39
HSL 172.44º 0.77% 0.34% -
HSV(B) 172.44º 0.87% 0.61% -
XYZ 16.6 25.43 28.08 -
YUV 112.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 20 155 138 0.87 0 0.11 0.39 172.44 0.77 0.34
Hex 14 9B 8A 57 0 B 27 AC 4D 22
Octal 24 233 212 127 0 13 47 254 115 42
Binary 10100 10011011 10001010 1010111 0 1011 100111 10101100 1001101 100010

Color Harmonies of #149B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B8A

Black with #149B8A

Text Example


Text Example

White with #149B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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