#32AFB9

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

Shades of Light Sea Green #32AFB9

Tints of Light Sea Green #32AFB9

Color information

#32AFB9 (or 0x32AFB9) is unknown color: approx Light Sea Green. HEX triplet: 32, AF and B9. RGB value is (50,175,185). Sum of RGB (Red+Green+Blue) = 50+175+185=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #32AFB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFB9 is #CD5046. Grayscale: #8A8A8A. Windows color (decimal): -13455431 or 12169010. OLE color: 12169010.

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

Color convert

RGB50175185-
CMYK0.730.0500.27
HSL184.44º57.45%46.08%-
HSV(B)184.44º72.97%72.55%-
XYZ25.434.8451.29-
YUV138.76154.0964.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.20%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 185 (72.66% from 255) = 45.12%
R=12.20%
G=42.68%
B=45.12%

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
Decimal501751850.730.0500.27184.4457.4546.08
Hex32AFB949501Bb8392e
Octal6225727111150332707156
Binary1100101010111110111001100100110101101110111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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