Html Css Color HEX #329E99 Java

📋 copy color: '#329E99'

red 50 ◦ green 158 ◦ blue 153

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

Shades of Java #329E99

Tints of Java #329E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

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

R = 13.85%
G = 43.77%
B = 42.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#329E99 (or 0x329E99) is known color: Java. HEX triplet: 32, 9E and 99. RGB value is (50,158,153). Sum of RGB (Red+Green+Blue) = 50+158+153=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #329E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E99 is #CD6166. Grayscale: #7D7D7D. Windows color (decimal): -13459815 or 10067506. OLE color: 10067506.

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

Color convert

RGB 50 158 153 -
CMYK 0.68 0 0.03 0.38
HSL 177.22º 0.52% 0.41% -
HSV(B) 177.22º 0.68% 0.62% -
XYZ 19.29 27.43 34.42 -
YUV 125.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 50 158 153 0.68 0 0.03 0.38 177.22 0.52 0.41
Hex 32 9E 99 44 0 3 26 B1 34 29
Octal 62 236 231 104 0 3 46 261 64 51
Binary 110010 10011110 10011001 1000100 0 11 100110 10110001 110100 101001

Color Harmonies of #329E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329E99

Black with #329E99

Text Example


Text Example

White with #329E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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