Html Css Color HEX #329996 Java

📋 copy color: '#329996'

red 50 ◦ green 153 ◦ blue 150

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

Shades of Java #329996

Tints of Java #329996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.34%

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

R = 14.16%
G = 43.34%
B = 42.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#329996 (or 0x329996) is known color: Java. HEX triplet: 32, 99 and 96. RGB value is (50,153,150). Sum of RGB (Red+Green+Blue) = 50+153+150=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #329996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329996 is #CD6669. Grayscale: #797979. Windows color (decimal): -13461098 or 9869618. OLE color: 9869618.

HSL color Cylindrical-coordinate representation of color #329996: hue angle of 178.25º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329996 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 150 -
CMYK 0.67 0 0.02 0.4
HSL 178.25º 0.51% 0.4% -
HSV(B) 178.25º 0.67% 0.6% -
XYZ 18.21 25.66 32.85 -
YUV 121.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 50 153 150 0.67 0 0.02 0.4 178.25 0.51 0.4
Hex 32 99 96 43 0 2 28 B2 33 28
Octal 62 231 226 103 0 2 50 262 63 50
Binary 110010 10011001 10010110 1000011 0 10 101000 10110010 110011 101000

Color Harmonies of #329996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329996

Black with #329996

Text Example


Text Example

White with #329996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329996; }

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

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

background-color css

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

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

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

border-color css

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

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

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