Html Css Color HEX #328380 Atoll

📋 copy color: '#328380'

red 50 ◦ green 131 ◦ blue 128

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

Shades of Atoll #328380

Tints of Atoll #328380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 16.18%
G = 42.39%
B = 41.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#328380 (or 0x328380) is known color: Atoll. HEX triplet: 32, 83 and 80. RGB value is (50,131,128). Sum of RGB (Red+Green+Blue) = 50+131+128=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #328380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328380 is #CD7C7F. Grayscale: #6A6A6A. Windows color (decimal): -13466752 or 8422194. OLE color: 8422194.

HSL color Cylindrical-coordinate representation of color #328380: hue angle of 177.78º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328380 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 128 -
CMYK 0.62 0 0.02 0.49
HSL 177.78º 0.45% 0.35% -
HSV(B) 177.78º 0.62% 0.51% -
XYZ 13.33 18.47 23.28 -
YUV 106.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 50 131 128 0.62 0 0.02 0.49 177.78 0.45 0.35
Hex 32 83 80 3E 0 2 31 B2 2D 23
Octal 62 203 200 76 0 2 61 262 55 43
Binary 110010 10000011 10000000 111110 0 10 110001 10110010 101101 100011

Color Harmonies of #328380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328380

Black with #328380

Text Example


Text Example

White with #328380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328380; }

 p { color: rgb(50,131,128); }

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

background-color css

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

 a { background-color: rgb(50,131,128); }

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

border-color css

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

 span { border-color: rgb(50,131,128); }

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