Html Css Color HEX #149994 Java

📋 copy color: '#149994'

red 20 ◦ green 153 ◦ blue 148

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

Shades of Java #149994

Tints of Java #149994

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 20 153 148 -
CMYK 0.87 0 0.03 0.4
HSL 177.74º 0.77% 0.34% -
HSV(B) 177.74º 0.87% 0.6% -
XYZ 17.03 25.07 31.96 -
YUV 112.66 147.94 61.91 -
System Red Green Blue C M Y K H S L
Decimal 20 153 148 0.87 0 0.03 0.4 177.74 0.77 0.34
Hex 14 99 94 57 0 3 28 B2 4D 22
Octal 24 231 224 127 0 3 50 262 115 42
Binary 10100 10011001 10010100 1010111 0 11 101000 10110010 1001101 100010

Color Harmonies of #149994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149994

Black with #149994

Text Example


Text Example

White with #149994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149994; }

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

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

background-color css

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

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

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

border-color css

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

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

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