#3AADB0

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

Shades of Light Sea Green #3AADB0

Tints of Light Sea Green #3AADB0

Color information

#3AADB0 (or 0x3AADB0) is unknown color: approx Light Sea Green. HEX triplet: 3A, AD and B0. RGB value is (58,173,176). Sum of RGB (Red+Green+Blue) = 58+173+176=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #3AADB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AADB0 is #C5524F. Grayscale: #8A8A8A. Windows color (decimal): -12931664 or 11578682. OLE color: 11578682.

HSL color Cylindrical-coordinate representation of color #3AADB0: hue angle of 181.53º degrees, saturation: 0.5, 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 #3AADB0 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB58173176-
CMYK0.670.0200.31
HSL181.53º50.43%45.88%-
HSV(B)181.53º67.05%69.02%-
XYZ24.5233.9246.33-
YUV138.96148.970.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.25%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 176 (69.14% from 255) = 43.24%
R=14.25%
G=42.51%
B=43.24%

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
Decimal581731760.670.0200.31181.5350.4345.88
Hex3AADB043201Fb6322e
Octal7225526010320372666256
Binary111010101011011011000010000111001111110110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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