#3DABA5

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

Shades of Light Sea Green #3DABA5

Tints of Light Sea Green #3DABA5

Color information

#3DABA5 (or 0x3DABA5) is unknown color: approx Light Sea Green. HEX triplet: 3D, AB and A5. RGB value is (61,171,165). Sum of RGB (Red+Green+Blue) = 61+171+165=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #3DABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DABA5 is #C2545A. Grayscale: #898989. Windows color (decimal): -12735579 or 10857277. OLE color: 10857277.

HSL color Cylindrical-coordinate representation of color #3DABA5: hue angle of 176.73º 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 #3DABA5 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB61171165-
CMYK0.6400.040.33
HSL176.73º47.41%45.49%-
HSV(B)176.73º64.33%67.06%-
XYZ23.2832.8340.71-
YUV137.43143.5673.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=15.37%
G=43.07%
B=41.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611711650.6400.040.33176.7347.4145.49
Hex3DABA5400421b12f2d
Octal7525324510004412615755
Binary11110110101011101001011000000010010000110110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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