#3BBAAE

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

Shades of Light Sea Green #3BBAAE

Tints of Light Sea Green #3BBAAE

Color information

#3BBAAE (or 0x3BBAAE) is unknown color: approx Light Sea Green. HEX triplet: 3B, BA and AE. RGB value is (59,186,174). Sum of RGB (Red+Green+Blue) = 59+186+174=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBAAE is #C44551. Grayscale: #929292. Windows color (decimal): -12862802 or 11450939. OLE color: 11450939.

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

Color convert

RGB59186174-
CMYK0.6800.060.27
HSL174.33º51.84%48.04%-
HSV(B)174.33º68.28%72.94%-
XYZ2739.146.17-
YUV146.66143.4265.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.08%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=14.08%
G=44.39%
B=41.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591861740.6800.060.27174.3351.8448.04
Hex3BBAAE44061Bae3430
Octal7327225610406332566460
Binary1110111011101010101110100010001101101110101110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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