Html Css Color HEX #149B96 Java

📋 copy color: '#149B96'

red 20 ◦ green 155 ◦ blue 150

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

Shades of Java #149B96

Tints of Java #149B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 6.15%
G = 47.69%
B = 46.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#149B96 (or 0x149B96) is known color: Java. HEX triplet: 14, 9B and 96. RGB value is (20,155,150). Sum of RGB (Red+Green+Blue) = 20+155+150=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #149B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B96 is #EB6469. Grayscale: #717171. Windows color (decimal): -15426666 or 9870100. OLE color: 9870100.

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

Color convert

RGB 20 155 150 -
CMYK 0.87 0 0.03 0.39
HSL 177.78º 0.77% 0.34% -
HSV(B) 177.78º 0.87% 0.61% -
XYZ 17.51 25.79 32.91 -
YUV 114.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 20 155 150 0.87 0 0.03 0.39 177.78 0.77 0.34
Hex 14 9B 96 57 0 3 27 B2 4D 22
Octal 24 233 226 127 0 3 47 262 115 42
Binary 10100 10011011 10010110 1010111 0 11 100111 10110010 1001101 100010

Color Harmonies of #149B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B96

Black with #149B96

Text Example


Text Example

White with #149B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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