#3DB3A5

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

Shades of Light Sea Green #3DB3A5

Tints of Light Sea Green #3DB3A5

Color information

#3DB3A5 (or 0x3DB3A5) is unknown color: approx Light Sea Green. HEX triplet: 3D, B3 and A5. RGB value is (61,179,165). Sum of RGB (Red+Green+Blue) = 61+179+165=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB3A5 is #C24C5A. Grayscale: #8E8E8E. Windows color (decimal): -12733531 or 10859325. OLE color: 10859325.

HSL color Cylindrical-coordinate representation of color #3DB3A5: hue angle of 172.88º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB3A5 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB61179165-
CMYK0.6600.080.30
HSL172.88º49.17%47.06%-
HSV(B)172.88º65.92%70.2%-
XYZ24.8435.9541.23-
YUV142.12140.9170.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 179 (70.31% from 255) = 44.20%
BLUE value IS 165 (64.84% from 255) = 40.74%
R=15.06%
G=44.20%
B=40.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal611791650.6600.080.30172.8849.1747.06
Hex3DB3A542081Ead312f
Octal75263245102010362556157
Binary11110110110011101001011000010010001111010101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,179,165); }

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

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

 a { background-color: rgb(61,179,165); }

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

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

 span { border-color: rgb(61,179,165); }

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