Html Css Color HEX #149A8B Java

📋 copy color: '#149A8B'

red 20 ◦ green 154 ◦ blue 139

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

Shades of Java #149A8B

Tints of Java #149A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.2%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 6.39%
G = 49.2%
B = 44.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#149A8B (or 0x149A8B) is known color: Java. HEX triplet: 14, 9A and 8B. RGB value is (20,154,139). Sum of RGB (Red+Green+Blue) = 20+154+139=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #149A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149A8B is #EB6574. Grayscale: #707070. Windows color (decimal): -15426933 or 9148948. OLE color: 9148948.

HSL color Cylindrical-coordinate representation of color #149A8B: hue angle of 173.28º 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 #149A8B is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 154 139 -
CMYK 0.87 0 0.10 0.40
HSL 173.28º 0.77% 0.34% -
HSV(B) 173.28º 0.87% 0.6% -
XYZ 16.5 25.12 28.41 -
YUV 112.22 143.11 62.22 -
System Red Green Blue C M Y K H S L
Decimal 20 154 139 0.87 0 0.10 0.40 173.28 0.77 0.34
Hex 14 9A 8B 57 0 A 28 AD 4D 22
Octal 24 232 213 127 0 12 50 255 115 42
Binary 10100 10011010 10001011 1010111 0 1010 101000 10101101 1001101 100010

Color Harmonies of #149A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149A8B

Black with #149A8B

Text Example


Text Example

White with #149A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,154,139); }

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

background-color css

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

 a { background-color: rgb(20,154,139); }

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

border-color css

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

 span { border-color: rgb(20,154,139); }

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