Html Css Color HEX #327E80 Atoll

📋 copy color: '#327E80'

red 50 ◦ green 126 ◦ blue 128

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

Shades of Atoll #327E80

Tints of Atoll #327E80

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.45%

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

R = 16.45%
G = 41.45%
B = 42.11%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#327E80 (or 0x327E80) is known color: Atoll. HEX triplet: 32, 7E and 80. RGB value is (50,126,128). Sum of RGB (Red+Green+Blue) = 50+126+128=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #327E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E80 is #CD817F. Grayscale: #676767. Windows color (decimal): -13468032 or 8420914. OLE color: 8420914.

HSL color Cylindrical-coordinate representation of color #327E80: hue angle of 181.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327E80 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 126 128 -
CMYK 0.61 0.02 0 0.50
HSL 181.54º 0.44% 0.35% -
HSV(B) 181.54º 0.61% 0.5% -
XYZ 12.67 17.16 23.07 -
YUV 103.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 50 126 128 0.61 0.02 0 0.50 181.54 0.44 0.35
Hex 32 7E 80 3D 2 0 32 B6 2C 23
Octal 62 176 200 75 2 0 62 266 54 43
Binary 110010 1111110 10000000 111101 10 0 110010 10110110 101100 100011

Color Harmonies of #327E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E80

Black with #327E80

Text Example


Text Example

White with #327E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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