Html Css Color HEX #329D96 Java

📋 copy color: '#329D96'

red 50 ◦ green 157 ◦ blue 150

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

Shades of Java #329D96

Tints of Java #329D96

RGB

 RED value IS 50 (19.92% from 255) = 14.01%

 GREEN value IS 157 (61.72% from 255) = 43.98%

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

R = 14.01%
G = 43.98%
B = 42.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#329D96 (or 0x329D96) is known color: Java. HEX triplet: 32, 9D and 96. RGB value is (50,157,150). Sum of RGB (Red+Green+Blue) = 50+157+150=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #329D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D96 is #CD6269. Grayscale: #7C7C7C. Windows color (decimal): -13460074 or 9870642. OLE color: 9870642.

HSL color Cylindrical-coordinate representation of color #329D96: hue angle of 176.07º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D96 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 150 -
CMYK 0.68 0 0.04 0.38
HSL 176.07º 0.52% 0.41% -
HSV(B) 176.07º 0.68% 0.62% -
XYZ 18.88 26.99 33.07 -
YUV 124.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 50 157 150 0.68 0 0.04 0.38 176.07 0.52 0.41
Hex 32 9D 96 44 0 4 26 B0 34 29
Octal 62 235 226 104 0 4 46 260 64 51
Binary 110010 10011101 10010110 1000100 0 100 100110 10110000 110100 101001

Color Harmonies of #329D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D96

Black with #329D96

Text Example


Text Example

White with #329D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329D96; }

 p { color: rgb(50,157,150); }

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

background-color css

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

 a { background-color: rgb(50,157,150); }

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

border-color css

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

 span { border-color: rgb(50,157,150); }

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