Html Css Color HEX #3DB0AC Light Sea Green

📋 copy color: '#3DB0AC'

red 61 ◦ green 176 ◦ blue 172

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

Shades of Light Sea Green #3DB0AC

Tints of Light Sea Green #3DB0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 14.91%
G = 43.03%
B = 42.05%

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

#3DB0AC (or 0x3DB0AC) is known color: Light Sea Green. HEX triplet: 3D, B0 and AC. RGB value is (61,176,172). Sum of RGB (Red+Green+Blue) = 61+176+172=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB0AC is #C24F53. Grayscale: #8D8D8D. Windows color (decimal): -12734292 or 11317309. OLE color: 11317309.

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

Color convert

RGB 61 176 172 -
CMYK 0.65 0 0.02 0.31
HSL 177.91º 0.49% 0.46% -
HSV(B) 177.91º 0.65% 0.69% -
XYZ 24.9 35.02 44.48 -
YUV 141.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 61 176 172 0.65 0 0.02 0.31 177.91 0.49 0.46
Hex 3D B0 AC 41 0 2 1F B2 31 2E
Octal 75 260 254 101 0 2 37 262 61 56
Binary 111101 10110000 10101100 1000001 0 10 11111 10110010 110001 101110

Color Harmonies of #3DB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB0AC

Black with #3DB0AC

Text Example


Text Example

White with #3DB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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