#3BABA1

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

Shades of Light Sea Green #3BABA1

Tints of Light Sea Green #3BABA1

Color information

#3BABA1 (or 0x3BABA1) is unknown color: approx Light Sea Green. HEX triplet: 3B, AB and A1. RGB value is (59,171,161). Sum of RGB (Red+Green+Blue) = 59+171+161=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #3BABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BABA1 is #C4545E. Grayscale: #888888. Windows color (decimal): -12866655 or 10595131. OLE color: 10595131.

HSL color Cylindrical-coordinate representation of color #3BABA1: hue angle of 174.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BABA1 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB59171161-
CMYK0.6500.060.33
HSL174.64º48.7%45.1%-
HSV(B)174.64º65.5%67.06%-
XYZ22.832.6338.81-
YUV136.37141.8972.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.09%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 161 (63.28% from 255) = 41.18%
R=15.09%
G=43.73%
B=41.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591711610.6500.060.33174.6448.745.1
Hex3BABA1410621af312d
Octal7325324110106412576155
Binary11101110101011101000011000001011010000110101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,171,161); }

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

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

 a { background-color: rgb(59,171,161); }

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

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

 span { border-color: rgb(59,171,161); }

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