Html Css Color HEX #149788 Java

📋 copy color: '#149788'

red 20 ◦ green 151 ◦ blue 136

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

Shades of Java #149788

Tints of Java #149788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.19%

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 6.51%
G = 49.19%
B = 44.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#149788 (or 0x149788) is known color: Java. HEX triplet: 14, 97 and 88. RGB value is (20,151,136). Sum of RGB (Red+Green+Blue) = 20+151+136=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #149788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149788 is #EB6877. Grayscale: #6E6E6E. Windows color (decimal): -15427704 or 8951572. OLE color: 8951572.

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

Color convert

RGB 20 151 136 -
CMYK 0.87 0 0.10 0.41
HSL 173.13º 0.77% 0.34% -
HSV(B) 173.13º 0.87% 0.59% -
XYZ 15.8 24.06 27.1 -
YUV 110.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 20 151 136 0.87 0 0.10 0.41 173.13 0.77 0.34
Hex 14 97 88 57 0 A 29 AD 4D 22
Octal 24 227 210 127 0 12 51 255 115 42
Binary 10100 10010111 10001000 1010111 0 1010 101001 10101101 1001101 100010

Color Harmonies of #149788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149788

Black with #149788

Text Example


Text Example

White with #149788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149788; }

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

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

background-color css

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

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

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

border-color css

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

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

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