Html Css Color HEX #329D9F Java

📋 copy color: '#329D9F'

red 50 ◦ green 157 ◦ blue 159

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

Shades of Java #329D9F

Tints of Java #329D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 13.66%
G = 42.9%
B = 43.44%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#329D9F (or 0x329D9F) is known color: Java. HEX triplet: 32, 9D and 9F. RGB value is (50,157,159). Sum of RGB (Red+Green+Blue) = 50+157+159=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #329D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D9F is #CD6260. Grayscale: #7D7D7D. Windows color (decimal): -13460065 or 10460466. OLE color: 10460466.

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

Color convert

RGB 50 157 159 -
CMYK 0.69 0.01 0 0.38
HSL 181.1º 0.52% 0.41% -
HSV(B) 181.1º 0.69% 0.62% -
XYZ 19.63 27.3 37.03 -
YUV 125.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 50 157 159 0.69 0.01 0 0.38 181.1 0.52 0.41
Hex 32 9D 9F 45 1 0 26 B5 34 29
Octal 62 235 237 105 1 0 46 265 64 51
Binary 110010 10011101 10011111 1000101 1 0 100110 10110101 110100 101001

Color Harmonies of #329D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D9F

Black with #329D9F

Text Example


Text Example

White with #329D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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