Html Css Color HEX #149295 Java

📋 copy color: '#149295'

red 20 ◦ green 146 ◦ blue 149

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

Shades of Java #149295

Tints of Java #149295

RGB

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

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

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

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

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 20 146 149 -
CMYK 0.87 0.02 0 0.42
HSL 181.4º 0.76% 0.33% -
HSV(B) 181.4º 0.87% 0.58% -
XYZ 15.99 22.88 32.01 -
YUV 108.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 20 146 149 0.87 0.02 0 0.42 181.4 0.76 0.33
Hex 14 92 95 57 2 0 2A B5 4C 21
Octal 24 222 225 127 2 0 52 265 114 41
Binary 10100 10010010 10010101 1010111 10 0 101010 10110101 1001100 100001

Color Harmonies of #149295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149295

Black with #149295

Text Example


Text Example

White with #149295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149295; }

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

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

background-color css

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

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

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

border-color css

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

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

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