#30D3AF

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

Shades of Shamrock #30D3AF

Tints of Shamrock #30D3AF

Color information

#30D3AF (or 0x30D3AF) is unknown color: approx Shamrock. HEX triplet: 30, D3 and AF. RGB value is (48,211,175). Sum of RGB (Red+Green+Blue) = 48+211+175=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #30D3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D3AF is #CF2C50. Grayscale: #9E9E9E. Windows color (decimal): -13577297 or 11522864. OLE color: 11522864.

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

Color convert

RGB48211175-
CMYK0.7700.170.17
HSL166.75º64.94%50.78%-
HSV(B)166.75º77.25%82.75%-
XYZ32.2550.3148.57-
YUV158.16137.549.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.06%
GREEN value IS 211 (82.81% from 255) = 48.62%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=11.06%
G=48.62%
B=40.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482111750.7700.170.17166.7564.9450.78
Hex30D3AF4D01111a74133
Octal603232571150212124710163
Binary1100001101001110101111100110101000110001101001111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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