#3ABEB4

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

Shades of Light Sea Green #3ABEB4

Tints of Light Sea Green #3ABEB4

Color information

#3ABEB4 (or 0x3ABEB4) is unknown color: approx Light Sea Green. HEX triplet: 3A, BE and B4. RGB value is (58,190,180). Sum of RGB (Red+Green+Blue) = 58+190+180=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEB4 is #C5414B. Grayscale: #959595. Windows color (decimal): -12927308 or 11845178. OLE color: 11845178.

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

Color convert

RGB58190180-
CMYK0.6900.050.25
HSL175.45º53.23%48.63%-
HSV(B)175.45º69.47%74.51%-
XYZ28.441.0249.6-
YUV149.39145.2762.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.55%
GREEN value IS 190 (74.61% from 255) = 44.39%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=13.55%
G=44.39%
B=42.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581901800.6900.050.25175.4553.2348.63
Hex3ABEB4450519af3531
Octal7227626410505312576561
Binary1110101011111010110100100010101011100110101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,190,180); }

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

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

 a { background-color: rgb(58,190,180); }

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

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

 span { border-color: rgb(58,190,180); }

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