Html Css Color HEX #149393 Java

📋 copy color: '#149393'

red 20 ◦ green 147 ◦ blue 147

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

Shades of Java #149393

Tints of Java #149393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 6.37%
G = 46.82%
B = 46.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#149393 (or 0x149393) is known color: Java. HEX triplet: 14, 93 and 93. RGB value is (20,147,147). Sum of RGB (Red+Green+Blue) = 20+147+147=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #149393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149393 is #EB6C6C. Grayscale: #6C6C6C. Windows color (decimal): -15428717 or 9671444. OLE color: 9671444.

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

Color convert

RGB 20 147 147 -
CMYK 0.86 0 0 0.42
HSL 180º 0.76% 0.33% -
HSV(B) 180º 0.86% 0.58% -
XYZ 15.99 23.12 31.22 -
YUV 109.03 149.42 64.5 -
System Red Green Blue C M Y K H S L
Decimal 20 147 147 0.86 0 0 0.42 180 0.76 0.33
Hex 14 93 93 56 0 0 2A B4 4C 21
Octal 24 223 223 126 0 0 52 264 114 41
Binary 10100 10010011 10010011 1010110 0 0 101010 10110100 1001100 100001

Color Harmonies of #149393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149393

Black with #149393

Text Example


Text Example

White with #149393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149393; }

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

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

background-color css

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

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

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

border-color css

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

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

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