#30F3A6

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

Shades of Shamrock #30F3A6

Tints of Shamrock #30F3A6

Color information

#30F3A6 (or 0x30F3A6) is unknown color: approx Shamrock. HEX triplet: 30, F3 and A6. RGB value is (48,243,166). Sum of RGB (Red+Green+Blue) = 48+243+166=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F3A6 is #CF0C59. Grayscale: #B0B0B0. Windows color (decimal): -13569114 or 10941232. OLE color: 10941232.

HSL color Cylindrical-coordinate representation of color #30F3A6: hue angle of 156.31º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3A6 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB48243166-
CMYK0.8000.320.05
HSL156.31º89.04%57.06%-
HSV(B)156.31º80.25%95.29%-
XYZ40.1567.4846.99-
YUV175.92122.436.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.50%
GREEN value IS 243 (95.31% from 255) = 53.17%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=10.50%
G=53.17%
B=36.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482431660.8000.320.05156.3189.0457.06
Hex30F3A65002059c5939
Octal60363246120040523413171
Binary110000111100111010011010100000100000101100111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F3A6; }

 p { color: rgb(48,243,166); }

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

<style>
 a { background-color: #30F3A6; }

 a { background-color: rgb(48,243,166); }

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

<style>
 span { border-color: #30F3A6; }

 span { border-color: rgb(48,243,166); }

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