#32B4BB

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

Shades of Light Sea Green #32B4BB

Tints of Light Sea Green #32B4BB

Color information

#32B4BB (or 0x32B4BB) is unknown color: approx Light Sea Green. HEX triplet: 32, B4 and BB. RGB value is (50,180,187). Sum of RGB (Red+Green+Blue) = 50+180+187=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #32B4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B4BB is #CD4B44. Grayscale: #8D8D8D. Windows color (decimal): -13454149 or 12301362. OLE color: 12301362.

HSL color Cylindrical-coordinate representation of color #32B4BB: hue angle of 183.07º 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 #32B4BB is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50180187-
CMYK0.730.0400.27
HSL183.07º57.81%46.47%-
HSV(B)183.07º73.26%73.33%-
XYZ26.6136.9152.74-
YUV141.93153.4362.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.99%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=11.99%
G=43.17%
B=44.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501801870.730.0400.27183.0757.8146.47
Hex32B4BB49401Bb73a2e
Octal6226427311140332677256
Binary1100101011010010111011100100110001101110110111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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