#3ACF88

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

Shades of Shamrock #3ACF88

Tints of Shamrock #3ACF88

Color information

#3ACF88 (or 0x3ACF88) is unknown color: approx Shamrock. HEX triplet: 3A, CF and 88. RGB value is (58,207,136). Sum of RGB (Red+Green+Blue) = 58+207+136=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #3ACF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACF88 is #C53077. Grayscale: #9A9A9A. Windows color (decimal): -12923000 or 8965946. OLE color: 8965946.

HSL color Cylindrical-coordinate representation of color #3ACF88: hue angle of 151.41º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACF88 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB58207136-
CMYK0.7200.340.19
HSL151.41º60.82%51.96%-
HSV(B)151.41º71.98%81.18%-
XYZ28.547.330.92-
YUV154.35117.6459.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.46%
GREEN value IS 207 (81.25% from 255) = 51.62%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=14.46%
G=51.62%
B=33.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal582071360.7200.340.19151.4160.8251.96
Hex3ACF884802213973d34
Octal72317210110042232277564
Binary1110101100111110001000100100001000101001110010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,207,136); }

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

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

 a { background-color: rgb(58,207,136); }

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

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

 span { border-color: rgb(58,207,136); }

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