Html Css Color HEX #149395 Java

📋 copy color: '#149395'

red 20 ◦ green 147 ◦ blue 149

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

Shades of Java #149395

Tints of Java #149395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.52%

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

R = 6.33%
G = 46.52%
B = 47.15%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#149395 (or 0x149395) is known color: Java. HEX triplet: 14, 93 and 95. RGB value is (20,147,149). Sum of RGB (Red+Green+Blue) = 20+147+149=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #149395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149395 is #EB6C6A. Grayscale: #6D6D6D. Windows color (decimal): -15428715 or 9802516. OLE color: 9802516.

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

Color convert

RGB 20 147 149 -
CMYK 0.87 0.01 0 0.42
HSL 180.93º 0.76% 0.33% -
HSV(B) 180.93º 0.87% 0.58% -
XYZ 16.15 23.19 32.06 -
YUV 109.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 20 147 149 0.87 0.01 0 0.42 180.93 0.76 0.33
Hex 14 93 95 57 1 0 2A B5 4C 21
Octal 24 223 225 127 1 0 52 265 114 41
Binary 10100 10010011 10010101 1010111 1 0 101010 10110101 1001100 100001

Color Harmonies of #149395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149395

Black with #149395

Text Example


Text Example

White with #149395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149395; }

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

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

background-color css

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

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

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

border-color css

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

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

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