#3ABAAE

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

Shades of Light Sea Green #3ABAAE

Tints of Light Sea Green #3ABAAE

Color information

#3ABAAE (or 0x3ABAAE) is unknown color: approx Light Sea Green. HEX triplet: 3A, BA and AE. RGB value is (58,186,174). Sum of RGB (Red+Green+Blue) = 58+186+174=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAAE is #C54551. Grayscale: #929292. Windows color (decimal): -12928338 or 11450938. OLE color: 11450938.

HSL color Cylindrical-coordinate representation of color #3ABAAE: hue angle of 174.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABAAE is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB58186174-
CMYK0.6900.060.27
HSL174.38º52.46%47.84%-
HSV(B)174.38º68.82%72.94%-
XYZ26.9439.0746.17-
YUV146.36143.5964.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.88%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=13.88%
G=44.50%
B=41.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581861740.6900.060.27174.3852.4647.84
Hex3ABAAE45061Bae3430
Octal7227225610506332566460
Binary1110101011101010101110100010101101101110101110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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