#3BBFB3

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

Shades of Light Sea Green #3BBFB3

Tints of Light Sea Green #3BBFB3

Color information

#3BBFB3 (or 0x3BBFB3) is unknown color: approx Light Sea Green. HEX triplet: 3B, BF and B3. RGB value is (59,191,179). Sum of RGB (Red+Green+Blue) = 59+191+179=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #3BBFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBFB3 is #C4404C. Grayscale: #969696. Windows color (decimal): -12861517 or 11779899. OLE color: 11779899.

HSL color Cylindrical-coordinate representation of color #3BBFB3: hue angle of 174.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBFB3 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB59191179-
CMYK0.6900.060.25
HSL174.55º52.8%49.02%-
HSV(B)174.55º69.11%74.9%-
XYZ28.5741.4549.14-
YUV150.16144.2762.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.75%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=13.75%
G=44.52%
B=41.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591911790.6900.060.25174.5552.849.02
Hex3BBFB3450619af3531
Octal7327726310506312576561
Binary1110111011111110110011100010101101100110101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,191,179); }

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

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

 a { background-color: rgb(59,191,179); }

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

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

 span { border-color: rgb(59,191,179); }

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