Html Css Color HEX #3DB0AD Light Sea Green

📋 copy color: '#3DB0AD'

red 61 ◦ green 176 ◦ blue 173

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

Shades of Light Sea Green #3DB0AD

Tints of Light Sea Green #3DB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 14.88%
G = 42.93%
B = 42.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#3DB0AD (or 0x3DB0AD) is known color: Light Sea Green. HEX triplet: 3D, B0 and AD. RGB value is (61,176,173). Sum of RGB (Red+Green+Blue) = 61+176+173=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB0AD is #C24F52. Grayscale: #8D8D8D. Windows color (decimal): -12734291 or 11382845. OLE color: 11382845.

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

Color convert

RGB 61 176 173 -
CMYK 0.65 0 0.02 0.31
HSL 178.43º 0.49% 0.46% -
HSV(B) 178.43º 0.65% 0.69% -
XYZ 24.99 35.06 44.99 -
YUV 141.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 61 176 173 0.65 0 0.02 0.31 178.43 0.49 0.46
Hex 3D B0 AD 41 0 2 1F B2 31 2E
Octal 75 260 255 101 0 2 37 262 61 56
Binary 111101 10110000 10101101 1000001 0 10 11111 10110010 110001 101110

Color Harmonies of #3DB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB0AD

Black with #3DB0AD

Text Example


Text Example

White with #3DB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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