#32B0BB

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

Shades of Light Sea Green #32B0BB

Tints of Light Sea Green #32B0BB

Color information

#32B0BB (or 0x32B0BB) is unknown color: approx Light Sea Green. HEX triplet: 32, B0 and BB. RGB value is (50,176,187). Sum of RGB (Red+Green+Blue) = 50+176+187=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #32B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0BB is #CD4F44. Grayscale: #8B8B8B. Windows color (decimal): -13455173 or 12300338. OLE color: 12300338.

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

Color convert

RGB50176187-
CMYK0.730.0600.27
HSL184.82º57.81%46.47%-
HSV(B)184.82º73.26%73.33%-
XYZ25.8135.3252.47-
YUV139.58154.7664.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.11%
GREEN value IS 176 (69.14% from 255) = 42.62%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=12.11%
G=42.62%
B=45.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501761870.730.0600.27184.8257.8146.47
Hex32B0BB49601Bb93a2e
Octal6226027311160332717256
Binary1100101011000010111011100100111001101110111001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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