Html Css Color HEX #149096 Java

📋 copy color: '#149096'

red 20 ◦ green 144 ◦ blue 150

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

Shades of Java #149096

Tints of Java #149096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 6.37%
G = 45.86%
B = 47.77%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#149096 (or 0x149096) is known color: Java. HEX triplet: 14, 90 and 96. RGB value is (20,144,150). Sum of RGB (Red+Green+Blue) = 20+144+150=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #149096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149096 is #EB6F69. Grayscale: #6B6B6B. Windows color (decimal): -15429482 or 9867284. OLE color: 9867284.

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

Color convert

RGB 20 144 150 -
CMYK 0.87 0.04 0 0.41
HSL 182.77º 0.76% 0.33% -
HSV(B) 182.77º 0.87% 0.59% -
XYZ 15.77 22.3 32.33 -
YUV 107.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 20 144 150 0.87 0.04 0 0.41 182.77 0.76 0.33
Hex 14 90 96 57 4 0 29 B7 4C 21
Octal 24 220 226 127 4 0 51 267 114 41
Binary 10100 10010000 10010110 1010111 100 0 101001 10110111 1001100 100001

Color Harmonies of #149096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149096

Black with #149096

Text Example


Text Example

White with #149096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149096; }

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

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

background-color css

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

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

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

border-color css

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

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

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