#3BB5AA

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

Shades of Light Sea Green #3BB5AA

Tints of Light Sea Green #3BB5AA

Color information

#3BB5AA (or 0x3BB5AA) is unknown color: approx Light Sea Green. HEX triplet: 3B, B5 and AA. RGB value is (59,181,170). Sum of RGB (Red+Green+Blue) = 59+181+170=410 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.39% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB5AA is #C44A55. Grayscale: #8F8F8F. Windows color (decimal): -12864086 or 11187515. OLE color: 11187515.

HSL color Cylindrical-coordinate representation of color #3BB5AA: hue angle of 174.59º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB5AA is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB59181170-
CMYK0.6700.060.29
HSL174.59º50.83%47.06%-
HSV(B)174.59º67.4%70.98%-
XYZ25.5836.8843.8-
YUV143.27143.0867.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.39%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=14.39%
G=44.15%
B=41.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591811700.6700.060.29174.5950.8347.06
Hex3BB5AA43061Daf332f
Octal7326525210306352576357
Binary1110111011010110101010100001101101110110101111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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