Html Css Color HEX #149896 Java

📋 copy color: '#149896'

red 20 ◦ green 152 ◦ blue 150

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

Shades of Java #149896

Tints of Java #149896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 6.21%
G = 47.2%
B = 46.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#149896 (or 0x149896) is known color: Java. HEX triplet: 14, 98 and 96. RGB value is (20,152,150). Sum of RGB (Red+Green+Blue) = 20+152+150=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #149896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149896 is #EB6769. Grayscale: #707070. Windows color (decimal): -15427434 or 9869332. OLE color: 9869332.

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

Color convert

RGB 20 152 150 -
CMYK 0.87 0 0.01 0.40
HSL 179.09º 0.77% 0.34% -
HSV(B) 179.09º 0.87% 0.6% -
XYZ 17.02 24.81 32.75 -
YUV 112.3 149.27 62.16 -
System Red Green Blue C M Y K H S L
Decimal 20 152 150 0.87 0 0.01 0.40 179.09 0.77 0.34
Hex 14 98 96 57 0 1 28 B3 4D 22
Octal 24 230 226 127 0 1 50 263 115 42
Binary 10100 10011000 10010110 1010111 0 1 101000 10110011 1001101 100010

Color Harmonies of #149896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149896

Black with #149896

Text Example


Text Example

White with #149896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149896; }

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

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

background-color css

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

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

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

border-color css

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

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

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