#3ABFB0

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

Shades of Light Sea Green #3ABFB0

Tints of Light Sea Green #3ABFB0

Color information

#3ABFB0 (or 0x3ABFB0) is unknown color: approx Light Sea Green. HEX triplet: 3A, BF and B0. RGB value is (58,191,176). Sum of RGB (Red+Green+Blue) = 58+191+176=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABFB0 is #C5404F. Grayscale: #959595. Windows color (decimal): -12927056 or 11583290. OLE color: 11583290.

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

Color convert

RGB58191176-
CMYK0.7000.080.25
HSL173.23º53.41%48.82%-
HSV(B)173.23º69.63%74.9%-
XYZ28.2141.347.56-
YUV149.52142.9462.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.65%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=13.65%
G=44.94%
B=41.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581911760.7000.080.25173.2353.4148.82
Hex3ABFB0460819ad3531
Octal72277260106010312556561
Binary11101010111111101100001000110010001100110101101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,191,176); }

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

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

 a { background-color: rgb(58,191,176); }

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

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

 span { border-color: rgb(58,191,176); }

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