#3AB6B1

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

Shades of Light Sea Green #3AB6B1

Tints of Light Sea Green #3AB6B1

Color information

#3AB6B1 (or 0x3AB6B1) is unknown color: approx Light Sea Green. HEX triplet: 3A, B6 and B1. RGB value is (58,182,177). Sum of RGB (Red+Green+Blue) = 58+182+177=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB6B1 is #C5494E. Grayscale: #909090. Windows color (decimal): -12929359 or 11646522. OLE color: 11646522.

HSL color Cylindrical-coordinate representation of color #3AB6B1: hue angle of 177.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB6B1 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB58182177-
CMYK0.6800.030.29
HSL177.58º51.67%47.06%-
HSV(B)177.58º68.13%71.37%-
XYZ26.4137.5347.45-
YUV144.35146.4266.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=13.91%
G=43.65%
B=42.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal581821770.6800.030.29177.5851.6747.06
Hex3AB6B144031Db2342f
Octal7226626110403352626457
Binary111010101101101011000110001000111110110110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,182,177); }

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

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

 a { background-color: rgb(58,182,177); }

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

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

 span { border-color: rgb(58,182,177); }

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