#32BFB9

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

Shades of Light Sea Green #32BFB9

Tints of Light Sea Green #32BFB9

Color information

#32BFB9 (or 0x32BFB9) is unknown color: approx Light Sea Green. HEX triplet: 32, BF and B9. RGB value is (50,191,185). Sum of RGB (Red+Green+Blue) = 50+191+185=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFB9 is #CD4046. Grayscale: #949494. Windows color (decimal): -13451335 or 12173106. OLE color: 12173106.

HSL color Cylindrical-coordinate representation of color #32BFB9: hue angle of 177.45º 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 #32BFB9 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB50191185-
CMYK0.7400.030.25
HSL177.45º58.51%47.25%-
HSV(B)177.45º73.82%74.9%-
XYZ28.741.4452.39-
YUV148.16148.7957.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.74%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=11.74%
G=44.84%
B=43.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501911850.7400.030.25177.4558.5147.25
Hex32BFB94A0319b13b2f
Octal6227727111203312617357
Binary110010101111111011100110010100111100110110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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