Html Css Color HEX #32A399 Java

📋 copy color: '#32A399'

red 50 ◦ green 163 ◦ blue 153

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

Shades of Java #32A399

Tints of Java #32A399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

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

R = 13.66%
G = 44.54%
B = 41.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#32A399 (or 0x32A399) is known color: Java. HEX triplet: 32, A3 and 99. RGB value is (50,163,153). Sum of RGB (Red+Green+Blue) = 50+163+153=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #32A399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A399 is #CD5C66. Grayscale: #808080. Windows color (decimal): -13458535 or 10068786. OLE color: 10068786.

HSL color Cylindrical-coordinate representation of color #32A399: hue angle of 174.69º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A399 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 50 163 153 -
CMYK 0.69 0 0.06 0.36
HSL 174.69º 0.53% 0.42% -
HSV(B) 174.69º 0.69% 0.64% -
XYZ 20.16 29.17 34.71 -
YUV 128.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 50 163 153 0.69 0 0.06 0.36 174.69 0.53 0.42
Hex 32 A3 99 45 0 6 24 AF 35 2A
Octal 62 243 231 105 0 6 44 257 65 52
Binary 110010 10100011 10011001 1000101 0 110 100100 10101111 110101 101010

Color Harmonies of #32A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A399

Black with #32A399

Text Example


Text Example

White with #32A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A399; }

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

 H1.HeaderClassName
 {
   color: #32A399;
 }
 .AnyTagClassName
 {
   color: #32A399;
 }
</style>

background-color css

<style>
 a { background-color: #32A399; }

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

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

border-color css

<style>
 span { border-color: #32A399; }

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

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