#3AAFAA

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

Shades of Light Sea Green #3AAFAA

Tints of Light Sea Green #3AAFAA

Color information

#3AAFAA (or 0x3AAFAA) is unknown color: approx Light Sea Green. HEX triplet: 3A, AF and AA. RGB value is (58,175,170). Sum of RGB (Red+Green+Blue) = 58+175+170=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAFAA is #C55055. Grayscale: #8B8B8B. Windows color (decimal): -12931158 or 11185978. OLE color: 11185978.

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

Color convert

RGB58175170-
CMYK0.6700.030.31
HSL177.44º50.21%45.69%-
HSV(B)177.44º66.86%68.63%-
XYZ24.3334.4643.4-
YUV139.45145.2469.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.39%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=14.39%
G=43.42%
B=42.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581751700.6700.030.31177.4450.2145.69
Hex3AAFAA43031Fb1322e
Octal7225725210303372616256
Binary111010101011111010101010000110111111110110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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