#3BAAA6

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

Shades of Light Sea Green #3BAAA6

Tints of Light Sea Green #3BAAA6

Color information

#3BAAA6 (or 0x3BAAA6) is unknown color: approx Light Sea Green. HEX triplet: 3B, AA and A6. RGB value is (59,170,166). Sum of RGB (Red+Green+Blue) = 59+170+166=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAAA6 is #C45559. Grayscale: #888888. Windows color (decimal): -12866906 or 10922555. OLE color: 10922555.

HSL color Cylindrical-coordinate representation of color #3BAAA6: hue angle of 177.84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAAA6 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB59170166-
CMYK0.6500.020.33
HSL177.84º48.47%44.9%-
HSV(B)177.84º65.29%66.67%-
XYZ23.0632.4341.12-
YUV136.35144.7372.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.94%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=14.94%
G=43.04%
B=42.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701660.6500.020.33177.8448.4744.9
Hex3BAAA6410221b2302d
Octal7325224610102412626055
Binary1110111010101010100110100000101010000110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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