#3BB5AC

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

Shades of Light Sea Green #3BB5AC

Tints of Light Sea Green #3BB5AC

Color information

#3BB5AC (or 0x3BB5AC) is unknown color: approx Light Sea Green. HEX triplet: 3B, B5 and AC. RGB value is (59,181,172). Sum of RGB (Red+Green+Blue) = 59+181+172=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB5AC is #C44A53. Grayscale: #8F8F8F. Windows color (decimal): -12864084 or 11318587. OLE color: 11318587.

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

Color convert

RGB59181172-
CMYK0.6700.050.29
HSL175.57º50.83%47.06%-
HSV(B)175.57º67.4%70.98%-
XYZ25.7736.9644.8-
YUV143.5144.0867.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.32%
GREEN value IS 181 (71.09% from 255) = 43.93%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=14.32%
G=43.93%
B=41.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591811720.6700.050.29175.5750.8347.06
Hex3BB5AC43051Db0332f
Octal7326525410305352606357
Binary1110111011010110101100100001101011110110110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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