#32AFB5

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

Shades of Light Sea Green #32AFB5

Tints of Light Sea Green #32AFB5

Color information

#32AFB5 (or 0x32AFB5) is unknown color: approx Light Sea Green. HEX triplet: 32, AF and B5. RGB value is (50,175,181). Sum of RGB (Red+Green+Blue) = 50+175+181=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #32AFB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFB5 is #CD504A. Grayscale: #8A8A8A. Windows color (decimal): -13455435 or 11906866. OLE color: 11906866.

HSL color Cylindrical-coordinate representation of color #32AFB5: hue angle of 182.75º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32AFB5 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50175181-
CMYK0.720.0300.29
HSL182.75º56.71%45.29%-
HSV(B)182.75º72.38%70.98%-
XYZ24.9934.6749.09-
YUV138.31152.0965.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.32%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 181 (71.09% from 255) = 44.58%
R=12.32%
G=43.10%
B=44.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501751810.720.0300.29182.7556.7145.29
Hex32AFB548301Db7392d
Octal6225726511030352677155
Binary110010101011111011010110010001101110110110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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