Html Css Color HEX #328883 Atoll

📋 copy color: '#328883'

red 50 ◦ green 136 ◦ blue 131

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

Shades of Atoll #328883

Tints of Atoll #328883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 15.77%
G = 42.9%
B = 41.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#328883 (or 0x328883) is known color: Atoll. HEX triplet: 32, 88 and 83. RGB value is (50,136,131). Sum of RGB (Red+Green+Blue) = 50+136+131=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #328883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328883 is #CD777C. Grayscale: #6D6D6D. Windows color (decimal): -13465469 or 8620082. OLE color: 8620082.

HSL color Cylindrical-coordinate representation of color #328883: hue angle of 176.51º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328883 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 131 -
CMYK 0.63 0 0.04 0.47
HSL 176.51º 0.46% 0.36% -
HSV(B) 176.51º 0.63% 0.53% -
XYZ 14.22 19.93 24.57 -
YUV 109.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 50 136 131 0.63 0 0.04 0.47 176.51 0.46 0.36
Hex 32 88 83 3F 0 4 2F B1 2E 24
Octal 62 210 203 77 0 4 57 261 56 44
Binary 110010 10001000 10000011 111111 0 100 101111 10110001 101110 100100

Color Harmonies of #328883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328883

Black with #328883

Text Example


Text Example

White with #328883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328883; }

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

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

background-color css

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

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

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

border-color css

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

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

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