#3AB8A8

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

Shades of Light Sea Green #3AB8A8

Tints of Light Sea Green #3AB8A8

Color information

#3AB8A8 (or 0x3AB8A8) is unknown color: approx Light Sea Green. HEX triplet: 3A, B8 and A8. RGB value is (58,184,168). Sum of RGB (Red+Green+Blue) = 58+184+168=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB8A8 is #C54757. Grayscale: #909090. Windows color (decimal): -12928856 or 11057210. OLE color: 11057210.

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

Color convert

RGB58184168-
CMYK0.6800.090.28
HSL172.38º52.07%47.45%-
HSV(B)172.38º68.48%72.16%-
XYZ25.9538.0143.01-
YUV144.5141.2666.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.15%
GREEN value IS 184 (72.27% from 255) = 44.88%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=14.15%
G=44.88%
B=40.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal581841680.6800.090.28172.3852.0747.45
Hex3AB8A844091Cac342f
Octal72270250104011342546457
Binary11101010111000101010001000100010011110010101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,184,168); }

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

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

 a { background-color: rgb(58,184,168); }

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

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

 span { border-color: rgb(58,184,168); }

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