Html Css Color HEX #149693 Java

📋 copy color: '#149693'

red 20 ◦ green 150 ◦ blue 147

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

Shades of Java #149693

Tints of Java #149693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.32%

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

R = 6.31%
G = 47.32%
B = 46.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#149693 (or 0x149693) is known color: Java. HEX triplet: 14, 96 and 93. RGB value is (20,150,147). Sum of RGB (Red+Green+Blue) = 20+150+147=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #149693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149693 is #EB696C. Grayscale: #6E6E6E. Windows color (decimal): -15427949 or 9672212. OLE color: 9672212.

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

Color convert

RGB 20 150 147 -
CMYK 0.87 0 0.02 0.41
HSL 178.62º 0.76% 0.33% -
HSV(B) 178.62º 0.87% 0.59% -
XYZ 16.46 24.07 31.38 -
YUV 110.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 20 150 147 0.87 0 0.02 0.41 178.62 0.76 0.33
Hex 14 96 93 57 0 2 29 B3 4C 21
Octal 24 226 223 127 0 2 51 263 114 41
Binary 10100 10010110 10010011 1010111 0 10 101001 10110011 1001100 100001

Color Harmonies of #149693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149693

Black with #149693

Text Example


Text Example

White with #149693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149693; }

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

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

background-color css

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

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

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

border-color css

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

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

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