#3DB7AA

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

Shades of Light Sea Green #3DB7AA

Tints of Light Sea Green #3DB7AA

Color information

#3DB7AA (or 0x3DB7AA) is unknown color: approx Light Sea Green. HEX triplet: 3D, B7 and AA. RGB value is (61,183,170). Sum of RGB (Red+Green+Blue) = 61+183+170=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB7AA is #C24855. Grayscale: #909090. Windows color (decimal): -12732502 or 11188029. OLE color: 11188029.

HSL color Cylindrical-coordinate representation of color #3DB7AA: hue angle of 173.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB7AA is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB61183170-
CMYK0.6700.070.28
HSL173.61º50%47.84%-
HSV(B)173.61º66.67%71.76%-
XYZ26.1137.7643.94-
YUV145.04142.0868.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.73%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=14.73%
G=44.20%
B=41.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal611831700.6700.070.28173.615047.84
Hex3DB7AA43071Cae3230
Octal7526725210307342566260
Binary1111011011011110101010100001101111110010101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,183,170); }

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

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

 a { background-color: rgb(61,183,170); }

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

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

 span { border-color: rgb(61,183,170); }

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