Html Css Color HEX #329B9A Java

📋 copy color: '#329B9A'

red 50 ◦ green 155 ◦ blue 154

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

Shades of Java #329B9A

Tints of Java #329B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 13.93%
G = 43.18%
B = 42.9%

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

#329B9A (or 0x329B9A) is known color: Java. HEX triplet: 32, 9B and 9A. RGB value is (50,155,154). Sum of RGB (Red+Green+Blue) = 50+155+154=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #329B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B9A is #CD6465. Grayscale: #7B7B7B. Windows color (decimal): -13460582 or 10132274. OLE color: 10132274.

HSL color Cylindrical-coordinate representation of color #329B9A: hue angle of 179.43º 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 #329B9A is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 154 -
CMYK 0.68 0 0.01 0.39
HSL 179.43º 0.51% 0.4% -
HSV(B) 179.43º 0.68% 0.61% -
XYZ 18.87 26.45 34.68 -
YUV 123.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 50 155 154 0.68 0 0.01 0.39 179.43 0.51 0.4
Hex 32 9B 9A 44 0 1 27 B3 33 28
Octal 62 233 232 104 0 1 47 263 63 50
Binary 110010 10011011 10011010 1000100 0 1 100111 10110011 110011 101000

Color Harmonies of #329B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B9A

Black with #329B9A

Text Example


Text Example

White with #329B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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