Html Css Color HEX #329EAB Pelorous

📋 copy color: '#329EAB'

red 50 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #329EAB

Tints of Pelorous #329EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 13.19%
G = 41.69%
B = 45.12%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329EAB (or 0x329EAB) is known color: Pelorous. HEX triplet: 32, 9E and AB. RGB value is (50,158,171). Sum of RGB (Red+Green+Blue) = 50+158+171=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #329EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EAB is #CD6154. Grayscale: #7F7F7F. Windows color (decimal): -13459797 or 11247154. OLE color: 11247154.

HSL color Cylindrical-coordinate representation of color #329EAB: hue angle of 186.45º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329EAB is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 158 171 -
CMYK 0.71 0.08 0 0.33
HSL 186.45º 0.55% 0.43% -
HSV(B) 186.45º 0.71% 0.67% -
XYZ 20.89 28.07 42.85 -
YUV 127.19 152.72 72.94 -
System Red Green Blue C M Y K H S L
Decimal 50 158 171 0.71 0.08 0 0.33 186.45 0.55 0.43
Hex 32 9E AB 47 8 0 21 BA 37 2B
Octal 62 236 253 107 10 0 41 272 67 53
Binary 110010 10011110 10101011 1000111 1000 0 100001 10111010 110111 101011

Color Harmonies of #329EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EAB

Black with #329EAB

Text Example


Text Example

White with #329EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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