#3DB0AC

Color #3DB0AC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #3DB0AC

Tints of Light Sea Green #3DB0AC

Color information

#3DB0AC (or 0x3DB0AC) is unknown color: approx 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

RGB61176172-
CMYK0.6500.020.31
HSL177.91º48.52%46.47%-
HSV(B)177.91º65.34%69.02%-
XYZ24.935.0244.48-
YUV141.16145.470.83-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611761720.6500.020.31177.9148.5246.47
Hex3DB0AC41021Fb2312e
Octal7526025410102372626156
Binary111101101100001010110010000010101111110110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>