Html Css Color HEX #329698 Java

📋 copy color: '#329698'

red 50 ◦ green 150 ◦ blue 152

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

Shades of Java #329698

Tints of Java #329698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 14.2%
G = 42.61%
B = 43.18%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#329698 (or 0x329698) is known color: Java. HEX triplet: 32, 96 and 98. RGB value is (50,150,152). Sum of RGB (Red+Green+Blue) = 50+150+152=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #329698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329698 is #CD6967. Grayscale: #787878. Windows color (decimal): -13461864 or 9999922. OLE color: 9999922.

HSL color Cylindrical-coordinate representation of color #329698: hue angle of 181.18º degrees, saturation: 0.5, 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 #329698 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 150 152 -
CMYK 0.67 0.01 0 0.40
HSL 181.18º 0.5% 0.4% -
HSV(B) 181.18º 0.67% 0.6% -
XYZ 17.89 24.76 33.54 -
YUV 120.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 50 150 152 0.67 0.01 0 0.40 181.18 0.5 0.4
Hex 32 96 98 43 1 0 28 B5 32 28
Octal 62 226 230 103 1 0 50 265 62 50
Binary 110010 10010110 10011000 1000011 1 0 101000 10110101 110010 101000

Color Harmonies of #329698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329698

Black with #329698

Text Example


Text Example

White with #329698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329698; }

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

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

background-color css

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

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

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

border-color css

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

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

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