#3AC7AD

Color #3AC7AD Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3AC7AD

Tints of Shamrock #3AC7AD

Color information

#3AC7AD (or 0x3AC7AD) is unknown color: approx Shamrock. HEX triplet: 3A, C7 and AD. RGB value is (58,199,173). Sum of RGB (Red+Green+Blue) = 58+199+173=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC7AD is #C53852. Grayscale: #999999. Windows color (decimal): -12925011 or 11388730. OLE color: 11388730.

HSL color Cylindrical-coordinate representation of color #3AC7AD: hue angle of 168.94º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC7AD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB58199173-
CMYK0.7100.130.22
HSL168.94º55.73%50.39%-
HSV(B)168.94º70.85%78.04%-
XYZ29.7144.7646.61-
YUV153.88138.7959.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.49%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=13.49%
G=46.28%
B=40.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal581991730.7100.130.22168.9455.7350.39
Hex3AC7AD470D16a93832
Octal72307255107015262517062
Binary11101011000111101011011000111011011011010101001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,199,173); }

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

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

 a { background-color: rgb(58,199,173); }

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

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

 span { border-color: rgb(58,199,173); }

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