#30D7A6

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

Shades of Shamrock #30D7A6

Tints of Shamrock #30D7A6

Color information

#30D7A6 (or 0x30D7A6) is unknown color: approx Shamrock. HEX triplet: 30, D7 and A6. RGB value is (48,215,166). Sum of RGB (Red+Green+Blue) = 48+215+166=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D7A6 is #CF2859. Grayscale: #9F9F9F. Windows color (decimal): -13576282 or 10934064. OLE color: 10934064.

HSL color Cylindrical-coordinate representation of color #30D7A6: hue angle of 162.4º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D7A6 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB48215166-
CMYK0.7800.230.16
HSL162.4º67.61%51.57%-
HSV(B)162.4º77.67%84.31%-
XYZ32.451.9844.4-
YUV159.48131.6748.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.19%
GREEN value IS 215 (84.38% from 255) = 50.12%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=11.19%
G=50.12%
B=38.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482151660.7800.230.16162.467.6151.57
Hex30D7A64E01710a24434
Octal603272461160272024210464
Binary1100001101011110100110100111001011110000101000101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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