Html Css Color HEX #329F99 Java

📋 copy color: '#329F99'

red 50 ◦ green 159 ◦ blue 153

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

Shades of Java #329F99

Tints of Java #329F99

RGB

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

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

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

R = 13.81%
G = 43.92%
B = 42.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#329F99 (or 0x329F99) is known color: Java. HEX triplet: 32, 9F and 99. RGB value is (50,159,153). Sum of RGB (Red+Green+Blue) = 50+159+153=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #329F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F99 is #CD6066. Grayscale: #7D7D7D. Windows color (decimal): -13459559 or 10067762. OLE color: 10067762.

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

Color convert

RGB 50 159 153 -
CMYK 0.69 0 0.04 0.38
HSL 176.7º 0.52% 0.41% -
HSV(B) 176.7º 0.69% 0.62% -
XYZ 19.46 27.77 34.47 -
YUV 125.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 50 159 153 0.69 0 0.04 0.38 176.7 0.52 0.41
Hex 32 9F 99 45 0 4 26 B1 34 29
Octal 62 237 231 105 0 4 46 261 64 51
Binary 110010 10011111 10011001 1000101 0 100 100110 10110001 110100 101001

Color Harmonies of #329F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F99

Black with #329F99

Text Example


Text Example

White with #329F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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