Html Css Color HEX #149492 Java

📋 copy color: '#149492'

red 20 ◦ green 148 ◦ blue 146

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

Shades of Java #149492

Tints of Java #149492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

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

R = 6.37%
G = 47.13%
B = 46.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#149492 (or 0x149492) is known color: Java. HEX triplet: 14, 94 and 92. RGB value is (20,148,146). Sum of RGB (Red+Green+Blue) = 20+148+146=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #149492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149492 is #EB6B6D. Grayscale: #6D6D6D. Windows color (decimal): -15428462 or 9606164. OLE color: 9606164.

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

Color convert

RGB 20 148 146 -
CMYK 0.86 0 0.01 0.42
HSL 179.06º 0.76% 0.33% -
HSV(B) 179.06º 0.86% 0.58% -
XYZ 16.07 23.4 30.86 -
YUV 109.5 148.59 64.16 -
System Red Green Blue C M Y K H S L
Decimal 20 148 146 0.86 0 0.01 0.42 179.06 0.76 0.33
Hex 14 94 92 56 0 1 2A B3 4C 21
Octal 24 224 222 126 0 1 52 263 114 41
Binary 10100 10010100 10010010 1010110 0 1 101010 10110011 1001100 100001

Color Harmonies of #149492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149492

Black with #149492

Text Example


Text Example

White with #149492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149492; }

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

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

background-color css

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

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

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

border-color css

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

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

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