#3DA8AB

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

Shades of Light Sea Green #3DA8AB

Tints of Light Sea Green #3DA8AB

Color information

#3DA8AB (or 0x3DA8AB) is unknown color: approx Light Sea Green. HEX triplet: 3D, A8 and AB. RGB value is (61,168,171). Sum of RGB (Red+Green+Blue) = 61+168+171=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #3DA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA8AB is #C25754. Grayscale: #888888. Windows color (decimal): -12736341 or 11249725. OLE color: 11249725.

HSL color Cylindrical-coordinate representation of color #3DA8AB: hue angle of 181.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA8AB is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61168171-
CMYK0.640.0200.33
HSL181.64º47.41%45.49%-
HSV(B)181.64º64.33%67.06%-
XYZ23.2831.9443.47-
YUV136.35147.5574.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.25%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=15.25%
G=42%
B=42.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611681710.640.0200.33181.6447.4145.49
Hex3DA8AB402021b62f2d
Octal7525025310020412665755
Binary1111011010100010101011100000010010000110110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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