Html Css Color HEX #149499 Java

📋 copy color: '#149499'

red 20 ◦ green 148 ◦ blue 153

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

Shades of Java #149499

Tints of Java #149499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 6.23%
G = 46.11%
B = 47.66%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#149499 (or 0x149499) is known color: Java. HEX triplet: 14, 94 and 99. RGB value is (20,148,153). Sum of RGB (Red+Green+Blue) = 20+148+153=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #149499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149499 is #EB6B66. Grayscale: #6E6E6E. Windows color (decimal): -15428455 or 10064916. OLE color: 10064916.

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

Color convert

RGB 20 148 153 -
CMYK 0.87 0.03 0 0.4
HSL 182.26º 0.77% 0.34% -
HSV(B) 182.26º 0.87% 0.6% -
XYZ 16.63 23.63 33.82 -
YUV 110.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 20 148 153 0.87 0.03 0 0.4 182.26 0.77 0.34
Hex 14 94 99 57 3 0 28 B6 4D 22
Octal 24 224 231 127 3 0 50 266 115 42
Binary 10100 10010100 10011001 1010111 11 0 101000 10110110 1001101 100010

Color Harmonies of #149499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149499

Black with #149499

Text Example


Text Example

White with #149499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149499; }

 p { color: rgb(20,148,153); }

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

background-color css

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

 a { background-color: rgb(20,148,153); }

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

border-color css

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

 span { border-color: rgb(20,148,153); }

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