#3AADB1

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

Shades of Light Sea Green #3AADB1

Tints of Light Sea Green #3AADB1

Color information

#3AADB1 (or 0x3AADB1) is unknown color: approx Light Sea Green. HEX triplet: 3A, AD and B1. RGB value is (58,173,177). Sum of RGB (Red+Green+Blue) = 58+173+177=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #3AADB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AADB1 is #C5524E. Grayscale: #8A8A8A. Windows color (decimal): -12931663 or 11644218. OLE color: 11644218.

HSL color Cylindrical-coordinate representation of color #3AADB1: hue angle of 182.02º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AADB1 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB58173177-
CMYK0.670.0200.31
HSL182.02º50.64%46.08%-
HSV(B)182.02º67.23%69.41%-
XYZ24.6233.9646.85-
YUV139.07149.470.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.22%
GREEN value IS 173 (67.97% from 255) = 42.40%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=14.22%
G=42.40%
B=43.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581731770.670.0200.31182.0250.6446.08
Hex3AADB143201Fb6332e
Octal7225526110320372666356
Binary111010101011011011000110000111001111110110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,173,177); }

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

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

 a { background-color: rgb(58,173,177); }

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

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

 span { border-color: rgb(58,173,177); }

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