Html Css Color HEX #3DB4AA Light Sea Green

📋 copy color: '#3DB4AA'

red 61 ◦ green 180 ◦ blue 170

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

Shades of Light Sea Green #3DB4AA

Tints of Light Sea Green #3DB4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.8%

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

R = 14.84%
G = 43.8%
B = 41.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#3DB4AA (or 0x3DB4AA) is known color: Light Sea Green. HEX triplet: 3D, B4 and AA. RGB value is (61,180,170). Sum of RGB (Red+Green+Blue) = 61+180+170=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB4AA is #C24B55. Grayscale: #8F8F8F. Windows color (decimal): -12733270 or 11187261. OLE color: 11187261.

HSL color Cylindrical-coordinate representation of color #3DB4AA: hue angle of 174.96º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB4AA is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 170 -
CMYK 0.66 0 0.06 0.29
HSL 174.96º 0.49% 0.47% -
HSV(B) 174.96º 0.66% 0.71% -
XYZ 25.5 36.54 43.74 -
YUV 143.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 61 180 170 0.66 0 0.06 0.29 174.96 0.49 0.47
Hex 3D B4 AA 42 0 6 1D AF 31 2F
Octal 75 264 252 102 0 6 35 257 61 57
Binary 111101 10110100 10101010 1000010 0 110 11101 10101111 110001 101111

Color Harmonies of #3DB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB4AA

Black with #3DB4AA

Text Example


Text Example

White with #3DB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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