Html Css Color HEX #329B99 Java

📋 copy color: '#329B99'

red 50 ◦ green 155 ◦ blue 153

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

Shades of Java #329B99

Tints of Java #329B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 153 (60.16% from 255) = 42.74%

R = 13.97%
G = 43.3%
B = 42.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#329B99 (or 0x329B99) is known color: Java. HEX triplet: 32, 9B and 99. RGB value is (50,155,153). Sum of RGB (Red+Green+Blue) = 50+155+153=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #329B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B99 is #CD6466. Grayscale: #7B7B7B. Windows color (decimal): -13460583 or 10066738. OLE color: 10066738.

HSL color Cylindrical-coordinate representation of color #329B99: hue angle of 178.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B99 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 153 -
CMYK 0.68 0 0.01 0.39
HSL 178.86º 0.51% 0.4% -
HSV(B) 178.86º 0.68% 0.61% -
XYZ 18.79 26.42 34.25 -
YUV 123.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 50 155 153 0.68 0 0.01 0.39 178.86 0.51 0.4
Hex 32 9B 99 44 0 1 27 B3 33 28
Octal 62 233 231 104 0 1 47 263 63 50
Binary 110010 10011011 10011001 1000100 0 1 100111 10110011 110011 101000

Color Harmonies of #329B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B99

Black with #329B99

Text Example


Text Example

White with #329B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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