#3DABAD

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

Shades of Light Sea Green #3DABAD

Tints of Light Sea Green #3DABAD

Color information

#3DABAD (or 0x3DABAD) is unknown color: approx Light Sea Green. HEX triplet: 3D, AB and AD. RGB value is (61,171,173). Sum of RGB (Red+Green+Blue) = 61+171+173=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #3DABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DABAD is #C25452. Grayscale: #8A8A8A. Windows color (decimal): -12735571 or 11381565. OLE color: 11381565.

HSL color Cylindrical-coordinate representation of color #3DABAD: hue angle of 181.07º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DABAD is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB61171173-
CMYK0.650.0100.32
HSL181.07º47.86%45.88%-
HSV(B)181.07º64.74%67.84%-
XYZ24.0333.1444.66-
YUV138.34147.5672.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=15.06%
G=42.22%
B=42.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal611711730.650.0100.32181.0747.8645.88
Hex3DABAD411020b5302e
Octal7525325510110402656056
Binary111101101010111010110110000011010000010110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DABAD;
 }
 .AnyTagClassName
 {
   color: #3DABAD;
 }
</style>
background-color css

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

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

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

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

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

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