#32B2BB

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

Shades of Light Sea Green #32B2BB

Tints of Light Sea Green #32B2BB

Color information

#32B2BB (or 0x32B2BB) is unknown color: approx Light Sea Green. HEX triplet: 32, B2 and BB. RGB value is (50,178,187). Sum of RGB (Red+Green+Blue) = 50+178+187=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #32B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B2BB is #CD4D44. Grayscale: #8C8C8C. Windows color (decimal): -13454661 or 12300850. OLE color: 12300850.

HSL color Cylindrical-coordinate representation of color #32B2BB: hue angle of 183.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B2BB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50178187-
CMYK0.730.0500.27
HSL183.94º57.81%46.47%-
HSV(B)183.94º73.26%73.33%-
XYZ26.2136.1152.6-
YUV140.75154.0963.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.05%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=12.05%
G=42.89%
B=45.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501781870.730.0500.27183.9457.8146.47
Hex32B2BB49501Bb83a2e
Octal6226227311150332707256
Binary1100101011001010111011100100110101101110111000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,187); }

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

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

 a { background-color: rgb(50,178,187); }

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

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

 span { border-color: rgb(50,178,187); }

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