#3BBAA8

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

Shades of Light Sea Green #3BBAA8

Tints of Light Sea Green #3BBAA8

Color information

#3BBAA8 (or 0x3BBAA8) is unknown color: approx Light Sea Green. HEX triplet: 3B, BA and A8. RGB value is (59,186,168). Sum of RGB (Red+Green+Blue) = 59+186+168=413 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.29% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBAA8 is #C44557. Grayscale: #919191. Windows color (decimal): -12862808 or 11057723. OLE color: 11057723.

HSL color Cylindrical-coordinate representation of color #3BBAA8: hue angle of 171.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBAA8 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB59186168-
CMYK0.6800.100.27
HSL171.5º51.84%48.04%-
HSV(B)171.5º68.28%72.94%-
XYZ26.4338.8743.16-
YUV145.97140.4265.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.29%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 168 (66.02% from 255) = 40.68%
R=14.29%
G=45.04%
B=40.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591861680.6800.100.27171.551.8448.04
Hex3BBAA8440A1Bab3430
Octal73272250104012332536460
Binary11101110111010101010001000100010101101110101011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,186,168); }

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

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

 a { background-color: rgb(59,186,168); }

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

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

 span { border-color: rgb(59,186,168); }

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