#3ae2b0

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

Shades of Shamrock #3AE2B0

Tints of Shamrock #3AE2B0

Color information

#3AE2B0 (or 0x3AE2B0) is unknown color: approx Shamrock. HEX triplet: 3A, E2 and B0. RGB value is (58,226,176). Sum of RGB (Red+Green+Blue) = 58+226+176=460 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.61% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE2B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE2B0 is #C51D4F. Grayscale: #AAAAAA. Windows color (decimal): -12918096 or 11592250. OLE color: 11592250.

HSL color Cylindrical-coordinate representation of color #3AE2B0: hue angle of 162.14º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE2B0 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB58226176-
CMYK0.7400.220.11
HSL162.14º74.34%55.69%-
HSV(B)162.14º74.34%88.63%-
XYZ36.7858.4350.41-
YUV170.07131.3448.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.61%
GREEN value IS 226 (88.67% from 255) = 49.13%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=12.61%
G=49.13%
B=38.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582261760.7400.220.11162.1474.3455.69
Hex3AE2B04A016Ba24a38
Octal723422601120261324211270
Binary111010111000101011000010010100101101011101000101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ae2b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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