#30D3A5

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

Shades of Shamrock #30D3A5

Tints of Shamrock #30D3A5

Color information

#30D3A5 (or 0x30D3A5) is unknown color: approx Shamrock. HEX triplet: 30, D3 and A5. RGB value is (48,211,165). Sum of RGB (Red+Green+Blue) = 48+211+165=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #30D3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D3A5 is #CF2C5A. Grayscale: #9D9D9D. Windows color (decimal): -13577307 or 10867504. OLE color: 10867504.

HSL color Cylindrical-coordinate representation of color #30D3A5: hue angle of 163.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D3A5 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB48211165-
CMYK0.7700.220.17
HSL163.07º64.94%50.78%-
HSV(B)163.07º77.25%82.75%-
XYZ31.349.9343.59-
YUV157.02132.550.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.32%
GREEN value IS 211 (82.81% from 255) = 49.76%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=11.32%
G=49.76%
B=38.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482111650.7700.220.17163.0764.9450.78
Hex30D3A54D01611a34133
Octal603232451150262124310163
Binary1100001101001110100101100110101011010001101000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,211,165); }

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

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

 a { background-color: rgb(48,211,165); }

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

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

 span { border-color: rgb(48,211,165); }

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