#3AEF9C

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

Shades of Shamrock #3AEF9C

Tints of Shamrock #3AEF9C

Color information

#3AEF9C (or 0x3AEF9C) is unknown color: approx Shamrock. HEX triplet: 3A, EF and 9C. RGB value is (58,239,156). Sum of RGB (Red+Green+Blue) = 58+239+156=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEF9C is #C51063. Grayscale: #AFAFAF. Windows color (decimal): -12914788 or 10284858. OLE color: 10284858.

HSL color Cylindrical-coordinate representation of color #3AEF9C: hue angle of 152.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEF9C is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB58239156-
CMYK0.7600.350.06
HSL152.49º84.98%58.24%-
HSV(B)152.49º75.73%93.73%-
XYZ38.6165.0341.97-
YUV175.42117.0344.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.80%
GREEN value IS 239 (93.75% from 255) = 52.76%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=12.80%
G=52.76%
B=34.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal582391560.7600.350.06152.4984.9858.24
Hex3AEF9C4C023698553a
Octal72357234114043623012572
Binary111010111011111001110010011000100011110100110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,239,156); }

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

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

 a { background-color: rgb(58,239,156); }

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

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

 span { border-color: rgb(58,239,156); }

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