Html Css Color HEX #329F9B Java

📋 copy color: '#329F9B'

red 50 ◦ green 159 ◦ blue 155

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

Shades of Java #329F9B

Tints of Java #329F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 13.74%
G = 43.68%
B = 42.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#329F9B (or 0x329F9B) is known color: Java. HEX triplet: 32, 9F and 9B. RGB value is (50,159,155). Sum of RGB (Red+Green+Blue) = 50+159+155=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #329F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F9B is #CD6064. Grayscale: #7D7D7D. Windows color (decimal): -13459557 or 10198834. OLE color: 10198834.

HSL color Cylindrical-coordinate representation of color #329F9B: hue angle of 177.8º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F9B is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 155 -
CMYK 0.69 0 0.03 0.38
HSL 177.8º 0.52% 0.41% -
HSV(B) 177.8º 0.69% 0.62% -
XYZ 19.63 27.84 35.35 -
YUV 125.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 50 159 155 0.69 0 0.03 0.38 177.8 0.52 0.41
Hex 32 9F 9B 45 0 3 26 B2 34 29
Octal 62 237 233 105 0 3 46 262 64 51
Binary 110010 10011111 10011011 1000101 0 11 100110 10110010 110100 101001

Color Harmonies of #329F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F9B

Black with #329F9B

Text Example


Text Example

White with #329F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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