#3AAFA2

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

Shades of Light Sea Green #3AAFA2

Tints of Light Sea Green #3AAFA2

Color information

#3AAFA2 (or 0x3AAFA2) is unknown color: approx Light Sea Green. HEX triplet: 3A, AF and A2. RGB value is (58,175,162). Sum of RGB (Red+Green+Blue) = 58+175+162=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFA2 is #C5505D. Grayscale: #8A8A8A. Windows color (decimal): -12931166 or 10661690. OLE color: 10661690.

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

Color convert

RGB58175162-
CMYK0.6700.070.31
HSL173.33º50.21%45.69%-
HSV(B)173.33º66.86%68.63%-
XYZ23.634.1739.53-
YUV138.54141.2470.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.68%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 162 (63.67% from 255) = 41.01%
R=14.68%
G=44.30%
B=41.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581751620.6700.070.31173.3350.2145.69
Hex3AAFA243071Fad322e
Octal7225724210307372556256
Binary1110101010111110100010100001101111111110101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,175,162); }

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

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

 a { background-color: rgb(58,175,162); }

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

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

 span { border-color: rgb(58,175,162); }

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