Html Css Color HEX #3DB2AA Light Sea Green

📋 copy color: '#3DB2AA'

red 61 ◦ green 178 ◦ blue 170

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

Shades of Light Sea Green #3DB2AA

Tints of Light Sea Green #3DB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

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

R = 14.91%
G = 43.52%
B = 41.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#3DB2AA (or 0x3DB2AA) is known color: Light Sea Green. HEX triplet: 3D, B2 and AA. RGB value is (61,178,170). Sum of RGB (Red+Green+Blue) = 61+178+170=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB2AA is #C24D55. Grayscale: #8E8E8E. Windows color (decimal): -12733782 or 11186749. OLE color: 11186749.

HSL color Cylindrical-coordinate representation of color #3DB2AA: hue angle of 175.9º 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 #3DB2AA is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 178 170 -
CMYK 0.66 0 0.04 0.30
HSL 175.9º 0.49% 0.47% -
HSV(B) 175.9º 0.66% 0.7% -
XYZ 25.1 35.74 43.6 -
YUV 142.11 143.74 70.15 -
System Red Green Blue C M Y K H S L
Decimal 61 178 170 0.66 0 0.04 0.30 175.9 0.49 0.47
Hex 3D B2 AA 42 0 4 1E B0 31 2F
Octal 75 262 252 102 0 4 36 260 61 57
Binary 111101 10110010 10101010 1000010 0 100 11110 10110000 110001 101111

Color Harmonies of #3DB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB2AA

Black with #3DB2AA

Text Example


Text Example

White with #3DB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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