Html Css Color HEX #149694 Java

📋 copy color: '#149694'

red 20 ◦ green 150 ◦ blue 148

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

Shades of Java #149694

Tints of Java #149694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.17%

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

R = 6.29%
G = 47.17%
B = 46.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#149694 (or 0x149694) is known color: Java. HEX triplet: 14, 96 and 94. RGB value is (20,150,148). Sum of RGB (Red+Green+Blue) = 20+150+148=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #149694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149694 is #EB696B. Grayscale: #6E6E6E. Windows color (decimal): -15427948 or 9737748. OLE color: 9737748.

HSL color Cylindrical-coordinate representation of color #149694: hue angle of 179.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149694 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 148 -
CMYK 0.87 0 0.01 0.41
HSL 179.08º 0.76% 0.33% -
HSV(B) 179.08º 0.87% 0.59% -
XYZ 16.54 24.1 31.8 -
YUV 110.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 20 150 148 0.87 0 0.01 0.41 179.08 0.76 0.33
Hex 14 96 94 57 0 1 29 B3 4C 21
Octal 24 226 224 127 0 1 51 263 114 41
Binary 10100 10010110 10010100 1010111 0 1 101001 10110011 1001100 100001

Color Harmonies of #149694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149694

Black with #149694

Text Example


Text Example

White with #149694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149694; }

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

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

background-color css

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

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

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

border-color css

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

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

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