#32ADA7

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

Shades of Light Sea Green #32ADA7

Tints of Light Sea Green #32ADA7

Color information

#32ADA7 (or 0x32ADA7) is unknown color: approx Light Sea Green. HEX triplet: 32, AD and A7. RGB value is (50,173,167). Sum of RGB (Red+Green+Blue) = 50+173+167=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #32ADA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADA7 is #CD5258. Grayscale: #878787. Windows color (decimal): -13455961 or 10988850. OLE color: 10988850.

HSL color Cylindrical-coordinate representation of color #32ADA7: hue angle of 177.07º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32ADA7 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB50173167-
CMYK0.7100.030.32
HSL177.07º55.16%43.73%-
HSV(B)177.07º71.1%67.84%-
XYZ23.2333.3641.77-
YUV135.54145.7566.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.82%
GREEN value IS 173 (67.97% from 255) = 44.36%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=12.82%
G=44.36%
B=42.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501731670.7100.030.32177.0755.1643.73
Hex32ADA7470320b1372c
Octal6225524710703402616754
Binary1100101010110110100111100011101110000010110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,167); }

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

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

 a { background-color: rgb(50,173,167); }

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

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

 span { border-color: rgb(50,173,167); }

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