#32BFB8

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

Shades of Light Sea Green #32BFB8

Tints of Light Sea Green #32BFB8

Color information

#32BFB8 (or 0x32BFB8) is unknown color: approx Light Sea Green. HEX triplet: 32, BF and B8. RGB value is (50,191,184). Sum of RGB (Red+Green+Blue) = 50+191+184=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFB8 is #CD4047. Grayscale: #939393. Windows color (decimal): -13451336 or 12107570. OLE color: 12107570.

HSL color Cylindrical-coordinate representation of color #32BFB8: hue angle of 177.02º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BFB8 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB50191184-
CMYK0.7400.040.25
HSL177.02º58.51%47.25%-
HSV(B)177.02º73.82%74.9%-
XYZ28.641.451.83-
YUV148.04148.2958.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.76%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=11.76%
G=44.94%
B=43.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911840.7400.040.25177.0258.5147.25
Hex32BFB84A0419b13b2f
Octal6227727011204312617357
Binary1100101011111110111000100101001001100110110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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