Html Css Color HEX #149592 Java

📋 copy color: '#149592'

red 20 ◦ green 149 ◦ blue 146

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

Shades of Java #149592

Tints of Java #149592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 6.35%
G = 47.3%
B = 46.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#149592 (or 0x149592) is known color: Java. HEX triplet: 14, 95 and 92. RGB value is (20,149,146). Sum of RGB (Red+Green+Blue) = 20+149+146=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #149592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149592 is #EB6A6D. Grayscale: #6D6D6D. Windows color (decimal): -15428206 or 9606420. OLE color: 9606420.

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

Color convert

RGB 20 149 146 -
CMYK 0.87 0 0.02 0.42
HSL 178.6º 0.76% 0.33% -
HSV(B) 178.6º 0.87% 0.58% -
XYZ 16.22 23.72 30.92 -
YUV 110.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 20 149 146 0.87 0 0.02 0.42 178.6 0.76 0.33
Hex 14 95 92 57 0 2 2A B3 4C 21
Octal 24 225 222 127 0 2 52 263 114 41
Binary 10100 10010101 10010010 1010111 0 10 101010 10110011 1001100 100001

Color Harmonies of #149592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149592

Black with #149592

Text Example


Text Example

White with #149592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149592; }

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

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

background-color css

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

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

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

border-color css

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

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

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