#3DADAA

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

Shades of Light Sea Green #3DADAA

Tints of Light Sea Green #3DADAA

Color information

#3DADAA (or 0x3DADAA) is unknown color: approx Light Sea Green. HEX triplet: 3D, AD and AA. RGB value is (61,173,170). Sum of RGB (Red+Green+Blue) = 61+173+170=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #3DADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DADAA is #C25255. Grayscale: #8B8B8B. Windows color (decimal): -12735062 or 11185469. OLE color: 11185469.

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

Color convert

RGB61173170-
CMYK0.6500.020.32
HSL178.39º47.86%45.88%-
HSV(B)178.39º64.74%67.84%-
XYZ24.1233.7843.28-
YUV139.17145.3972.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.10%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=15.10%
G=42.82%
B=42.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611731700.6500.020.32178.3947.8645.88
Hex3DADAA410220b2302e
Octal7525525210102402626056
Binary1111011010110110101010100000101010000010110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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