#41ACAC

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

Shades of Light Sea Green #41ACAC

Tints of Light Sea Green #41ACAC

Color information

#41ACAC (or 0x41ACAC) is unknown color: approx Light Sea Green. HEX triplet: 41, AC and AC. RGB value is (65,172,172). Sum of RGB (Red+Green+Blue) = 65+172+172=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #41ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ACAC is #BE5353. Grayscale: #8B8B8B. Windows color (decimal): -12473172 or 11316289. OLE color: 11316289.

HSL color Cylindrical-coordinate representation of color #41ACAC: hue angle of 180º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ACAC is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65172172-
CMYK0.62000.33
HSL180º45.15%46.47%-
HSV(B)180º62.21%67.45%-
XYZ24.3833.6144.23-
YUV140.01146.0574.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=15.89%
G=42.05%
B=42.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651721720.62000.3318045.1546.47
Hex41ACAC3E0021b42d2e
Octal1012542547600412645556
Binary100000110101100101011001111100010000110110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41ACAC; }

 p { color: rgb(65,172,172); }

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

<style>
 a { background-color: #41ACAC; }

 a { background-color: rgb(65,172,172); }

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

<style>
 span { border-color: #41ACAC; }

 span { border-color: rgb(65,172,172); }

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