Html Css Color HEX #149B97 Java

📋 copy color: '#149B97'

red 20 ◦ green 155 ◦ blue 151

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

Shades of Java #149B97

Tints of Java #149B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 6.13%
G = 47.55%
B = 46.32%

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

#149B97 (or 0x149B97) is known color: Java. HEX triplet: 14, 9B and 97. RGB value is (20,155,151). Sum of RGB (Red+Green+Blue) = 20+155+151=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #149B97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B97 is #EB6468. Grayscale: #727272. Windows color (decimal): -15426665 or 9935636. OLE color: 9935636.

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

Color convert

RGB 20 155 151 -
CMYK 0.87 0 0.03 0.39
HSL 178.22º 0.77% 0.34% -
HSV(B) 178.22º 0.87% 0.61% -
XYZ 17.6 25.83 33.34 -
YUV 114.18 148.77 60.83 -
System Red Green Blue C M Y K H S L
Decimal 20 155 151 0.87 0 0.03 0.39 178.22 0.77 0.34
Hex 14 9B 97 57 0 3 27 B2 4D 22
Octal 24 233 227 127 0 3 47 262 115 42
Binary 10100 10011011 10010111 1010111 0 11 100111 10110010 1001101 100010

Color Harmonies of #149B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B97

Black with #149B97

Text Example


Text Example

White with #149B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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