Html Css Color HEX #149594 Java

📋 copy color: '#149594'

red 20 ◦ green 149 ◦ blue 148

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

Shades of Java #149594

Tints of Java #149594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

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

R = 6.31%
G = 47%
B = 46.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#149594 (or 0x149594) is known color: Java. HEX triplet: 14, 95 and 94. RGB value is (20,149,148). Sum of RGB (Red+Green+Blue) = 20+149+148=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #149594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149594 is #EB6A6B. Grayscale: #6E6E6E. Windows color (decimal): -15428204 or 9737492. OLE color: 9737492.

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

Color convert

RGB 20 149 148 -
CMYK 0.87 0 0.01 0.42
HSL 179.53º 0.76% 0.33% -
HSV(B) 179.53º 0.87% 0.58% -
XYZ 16.38 23.78 31.74 -
YUV 110.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 20 149 148 0.87 0 0.01 0.42 179.53 0.76 0.33
Hex 14 95 94 57 0 1 2A B4 4C 21
Octal 24 225 224 127 0 1 52 264 114 41
Binary 10100 10010101 10010100 1010111 0 1 101010 10110100 1001100 100001

Color Harmonies of #149594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149594

Black with #149594

Text Example


Text Example

White with #149594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149594; }

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

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

background-color css

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

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

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

border-color css

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

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

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