#3BB9B0

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

Shades of Light Sea Green #3BB9B0

Tints of Light Sea Green #3BB9B0

Color information

#3BB9B0 (or 0x3BB9B0) is unknown color: approx Light Sea Green. HEX triplet: 3B, B9 and B0. RGB value is (59,185,176). Sum of RGB (Red+Green+Blue) = 59+185+176=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #3BB9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB9B0 is #C4464F. Grayscale: #929292. Windows color (decimal): -12863056 or 11581755. OLE color: 11581755.

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

Color convert

RGB59185176-
CMYK0.6800.050.27
HSL175.71º51.64%47.84%-
HSV(B)175.71º68.11%72.55%-
XYZ26.9938.7647.13-
YUV146.3144.7665.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.05%
GREEN value IS 185 (72.66% from 255) = 44.05%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=14.05%
G=44.05%
B=41.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591851760.6800.050.27175.7151.6447.84
Hex3BB9B044051Bb03430
Octal7327126010405332606460
Binary1110111011100110110000100010001011101110110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,185,176); }

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

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

 a { background-color: rgb(59,185,176); }

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

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

 span { border-color: rgb(59,185,176); }

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