Html Css Color HEX #3DAEAA Light Sea Green

📋 copy color: '#3DAEAA'

red 61 ◦ green 174 ◦ blue 170

#3DAEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #3DAEAA

Tints of Light Sea Green #3DAEAA

RGB

 RED value IS 61 (24.22% from 255) = 15.06%

 GREEN value IS 174 (68.36% from 255) = 42.96%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 15.06%
G = 42.96%
B = 41.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#3DAEAA (or 0x3DAEAA) is known color: Light Sea Green. HEX triplet: 3D, AE and AA. RGB value is (61,174,170). Sum of RGB (Red+Green+Blue) = 61+174+170=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAEAA is #C25155. Grayscale: #8B8B8B. Windows color (decimal): -12734806 or 11185725. OLE color: 11185725.

HSL color Cylindrical-coordinate representation of color #3DAEAA: hue angle of 177.88º 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 #3DAEAA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 174 170 -
CMYK 0.65 0 0.02 0.32
HSL 177.88º 0.48% 0.46% -
HSV(B) 177.88º 0.65% 0.68% -
XYZ 24.32 34.17 43.34 -
YUV 139.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 61 174 170 0.65 0 0.02 0.32 177.88 0.48 0.46
Hex 3D AE AA 41 0 2 20 B2 30 2E
Octal 75 256 252 101 0 2 40 262 60 56
Binary 111101 10101110 10101010 1000001 0 10 100000 10110010 110000 101110

Color Harmonies of #3DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAEAA

Black with #3DAEAA

Text Example


Text Example

White with #3DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DAEAA;
 }
 .AnyTagClassName
 {
   color: #3DAEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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