Html Css Color HEX #149998 Java

📋 copy color: '#149998'

red 20 ◦ green 153 ◦ blue 152

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

Shades of Java #149998

Tints of Java #149998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 6.15%
G = 47.08%
B = 46.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#149998 (or 0x149998) is known color: Java. HEX triplet: 14, 99 and 98. RGB value is (20,153,152). Sum of RGB (Red+Green+Blue) = 20+153+152=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #149998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149998 is #EB6667. Grayscale: #707070. Windows color (decimal): -15427176 or 10000660. OLE color: 10000660.

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

Color convert

RGB 20 153 152 -
CMYK 0.87 0 0.01 0.4
HSL 179.55º 0.77% 0.34% -
HSV(B) 179.55º 0.87% 0.6% -
XYZ 17.35 25.2 33.66 -
YUV 113.12 149.94 61.58 -
System Red Green Blue C M Y K H S L
Decimal 20 153 152 0.87 0 0.01 0.4 179.55 0.77 0.34
Hex 14 99 98 57 0 1 28 B4 4D 22
Octal 24 231 230 127 0 1 50 264 115 42
Binary 10100 10011001 10011000 1010111 0 1 101000 10110100 1001101 100010

Color Harmonies of #149998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149998

Black with #149998

Text Example


Text Example

White with #149998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149998; }

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

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

background-color css

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

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

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

border-color css

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

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

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