#3BAEA6

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

Shades of Light Sea Green #3BAEA6

Tints of Light Sea Green #3BAEA6

Color information

#3BAEA6 (or 0x3BAEA6) is unknown color: approx Light Sea Green. HEX triplet: 3B, AE and A6. RGB value is (59,174,166). Sum of RGB (Red+Green+Blue) = 59+174+166=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEA6 is #C45159. Grayscale: #8A8A8A. Windows color (decimal): -12865882 or 10923579. OLE color: 10923579.

HSL color Cylindrical-coordinate representation of color #3BAEA6: hue angle of 175.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAEA6 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB59174166-
CMYK0.6600.050.32
HSL175.83º49.36%45.69%-
HSV(B)175.83º66.09%68.24%-
XYZ23.8233.9641.37-
YUV138.7143.471.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.79%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 166 (65.23% from 255) = 41.60%
R=14.79%
G=43.61%
B=41.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591741660.6600.050.32175.8349.3645.69
Hex3BAEA6420520b0312e
Octal7325624610205402606156
Binary11101110101110101001101000010010110000010110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,174,166); }

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

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

 a { background-color: rgb(59,174,166); }

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

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

 span { border-color: rgb(59,174,166); }

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