#32B6B8

Color #32B6B8 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #32B6B8

Tints of Light Sea Green #32B6B8

Color information

#32B6B8 (or 0x32B6B8) is unknown color: approx Light Sea Green. HEX triplet: 32, B6 and B8. RGB value is (50,182,184). Sum of RGB (Red+Green+Blue) = 50+182+184=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #32B6B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B6B8 is #CD4947. Grayscale: #8E8E8E. Windows color (decimal): -13453640 or 12105266. OLE color: 12105266.

HSL color Cylindrical-coordinate representation of color #32B6B8: hue angle of 180.9º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B6B8 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB50182184-
CMYK0.730.0100.28
HSL180.9º57.26%45.88%-
HSV(B)180.9º72.83%72.16%-
XYZ26.737.5951.2-
YUV142.76151.2761.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.02%
GREEN value IS 182 (71.48% from 255) = 43.75%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=12.02%
G=43.75%
B=44.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal501821840.730.0100.28180.957.2645.88
Hex32B6B849101Cb5392e
Octal6226627011110342657156
Binary11001010110110101110001001001101110010110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,182,184); }

 H1.HeaderClassName
 {
   color: #32B6B8;
 }
 .AnyTagClassName
 {
   color: #32B6B8;
 }
</style>
background-color css

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

 a { background-color: rgb(50,182,184); }

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

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

 span { border-color: rgb(50,182,184); }

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