Html Css Color HEX #149397 Java

📋 copy color: '#149397'

red 20 ◦ green 147 ◦ blue 151

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

Shades of Java #149397

Tints of Java #149397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.23%

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

R = 6.29%
G = 46.23%
B = 47.48%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#149397 (or 0x149397) is known color: Java. HEX triplet: 14, 93 and 97. RGB value is (20,147,151). Sum of RGB (Red+Green+Blue) = 20+147+151=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #149397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149397 is #EB6C68. Grayscale: #6D6D6D. Windows color (decimal): -15428713 or 9933588. OLE color: 9933588.

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

Color convert

RGB 20 147 151 -
CMYK 0.87 0.03 0 0.41
HSL 181.83º 0.77% 0.34% -
HSV(B) 181.83º 0.87% 0.59% -
XYZ 16.31 23.25 32.91 -
YUV 109.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 20 147 151 0.87 0.03 0 0.41 181.83 0.77 0.34
Hex 14 93 97 57 3 0 29 B6 4D 22
Octal 24 223 227 127 3 0 51 266 115 42
Binary 10100 10010011 10010111 1010111 11 0 101001 10110110 1001101 100010

Color Harmonies of #149397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149397

Black with #149397

Text Example


Text Example

White with #149397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149397; }

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

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

background-color css

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

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

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

border-color css

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

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

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