Html Css Color HEX #329898 Java

📋 copy color: '#329898'

red 50 ◦ green 152 ◦ blue 152

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

Shades of Java #329898

Tints of Java #329898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 14.12%
G = 42.94%
B = 42.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#329898 (or 0x329898) is known color: Java. HEX triplet: 32, 98 and 98. RGB value is (50,152,152). Sum of RGB (Red+Green+Blue) = 50+152+152=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #329898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329898 is #CD6767. Grayscale: #797979. Windows color (decimal): -13461352 or 10000434. OLE color: 10000434.

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

Color convert

RGB 50 152 152 -
CMYK 0.67 0 0 0.40
HSL 180º 0.5% 0.4% -
HSV(B) 180º 0.67% 0.6% -
XYZ 18.21 25.4 33.65 -
YUV 121.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 50 152 152 0.67 0 0 0.40 180 0.5 0.4
Hex 32 98 98 43 0 0 28 B4 32 28
Octal 62 230 230 103 0 0 50 264 62 50
Binary 110010 10011000 10011000 1000011 0 0 101000 10110100 110010 101000

Color Harmonies of #329898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329898

Black with #329898

Text Example


Text Example

White with #329898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329898; }

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

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

background-color css

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

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

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

border-color css

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

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

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