#3DACA8

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

Shades of Light Sea Green #3DACA8

Tints of Light Sea Green #3DACA8

Color information

#3DACA8 (or 0x3DACA8) is unknown color: approx Light Sea Green. HEX triplet: 3D, AC and A8. RGB value is (61,172,168). Sum of RGB (Red+Green+Blue) = 61+172+168=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #3DACA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DACA8 is #C25357. Grayscale: #8A8A8A. Windows color (decimal): -12735320 or 11054141. OLE color: 11054141.

HSL color Cylindrical-coordinate representation of color #3DACA8: hue angle of 177.84º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DACA8 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB61172168-
CMYK0.6500.020.33
HSL177.84º47.64%45.69%-
HSV(B)177.84º64.53%67.45%-
XYZ23.7433.3242.23-
YUV138.36144.7372.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=15.21%
G=42.89%
B=41.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611721680.6500.020.33177.8447.6445.69
Hex3DACA8410221b2302e
Octal7525425010102412626056
Binary1111011010110010101000100000101010000110110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DACA8; }

 p { color: rgb(61,172,168); }

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

<style>
 a { background-color: #3DACA8; }

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

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

<style>
 span { border-color: #3DACA8; }

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

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