#3BBD82

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

Shades of Medium Sea Green #3BBD82

Tints of Medium Sea Green #3BBD82

Color information

#3BBD82 (or 0x3BBD82) is unknown color: approx Medium Sea Green. HEX triplet: 3B, BD and 82. RGB value is (59,189,130). Sum of RGB (Red+Green+Blue) = 59+189+130=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBD82 is #C4427D. Grayscale: #8F8F8F. Windows color (decimal): -12862078 or 8568123. OLE color: 8568123.

HSL color Cylindrical-coordinate representation of color #3BBD82: hue angle of 152.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBD82 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB59189130-
CMYK0.6900.310.26
HSL152.77º52.42%48.63%-
HSV(B)152.77º68.78%74.12%-
XYZ24.0338.9427.37-
YUV143.4120.4367.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.61%
GREEN value IS 189 (74.22% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=15.61%
G=50%
B=34.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal591891300.6900.310.26152.7752.4248.63
Hex3BBD824501F1A993431
Octal73275202105037322316461
Binary111011101111011000001010001010111111101010011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,189,130); }

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

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

 a { background-color: rgb(59,189,130); }

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

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

 span { border-color: rgb(59,189,130); }

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