#30D3AA

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

Shades of Shamrock #30D3AA

Tints of Shamrock #30D3AA

Color information

#30D3AA (or 0x30D3AA) is unknown color: approx Shamrock. HEX triplet: 30, D3 and AA. RGB value is (48,211,170). Sum of RGB (Red+Green+Blue) = 48+211+170=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #30D3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D3AA is #CF2C55. Grayscale: #9D9D9D. Windows color (decimal): -13577302 or 11195184. OLE color: 11195184.

HSL color Cylindrical-coordinate representation of color #30D3AA: hue angle of 164.91º 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 #30D3AA is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB48211170-
CMYK0.7700.190.17
HSL164.91º64.94%50.78%-
HSV(B)164.91º77.25%82.75%-
XYZ31.7750.1246.03-
YUV157.5913549.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.19%
GREEN value IS 211 (82.81% from 255) = 49.18%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=11.19%
G=49.18%
B=39.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482111700.7700.190.17164.9164.9450.78
Hex30D3AA4D01311a54133
Octal603232521150232124510163
Binary1100001101001110101010100110101001110001101001011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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