Html Css Color HEX #149097 Java

📋 copy color: '#149097'

red 20 ◦ green 144 ◦ blue 151

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

Shades of Java #149097

Tints of Java #149097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.94%

R = 6.35%
G = 45.71%
B = 47.94%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#149097 (or 0x149097) is known color: Java. HEX triplet: 14, 90 and 97. RGB value is (20,144,151). Sum of RGB (Red+Green+Blue) = 20+144+151=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #149097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149097 is #EB6F68. Grayscale: #6B6B6B. Windows color (decimal): -15429481 or 9932820. OLE color: 9932820.

HSL color Cylindrical-coordinate representation of color #149097: hue angle of 183.21º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149097 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 144 151 -
CMYK 0.87 0.05 0 0.41
HSL 183.21º 0.77% 0.34% -
HSV(B) 183.21º 0.87% 0.59% -
XYZ 15.85 22.33 32.75 -
YUV 107.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 20 144 151 0.87 0.05 0 0.41 183.21 0.77 0.34
Hex 14 90 97 57 5 0 29 B7 4D 22
Octal 24 220 227 127 5 0 51 267 115 42
Binary 10100 10010000 10010111 1010111 101 0 101001 10110111 1001101 100010

Color Harmonies of #149097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149097

Black with #149097

Text Example


Text Example

White with #149097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149097; }

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

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

background-color css

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

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

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

border-color css

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

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

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